X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fphp-instagram-api%2Fphp-instagram-api%2FInstagram%2FCollection%2FLocationCollection.php;fp=vendor%2Fphp-instagram-api%2Fphp-instagram-api%2FInstagram%2FCollection%2FLocationCollection.php;h=82ff99a8116f6bc2aa4041ecfe9220e0ae3e2254;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/vendor/php-instagram-api/php-instagram-api/Instagram/Collection/LocationCollection.php b/vendor/php-instagram-api/php-instagram-api/Instagram/Collection/LocationCollection.php new file mode 100644 index 000000000..82ff99a81 --- /dev/null +++ b/vendor/php-instagram-api/php-instagram-api/Instagram/Collection/LocationCollection.php @@ -0,0 +1,29 @@ + +* @license http://opensource.org/licenses/mit-license.php The MIT License +*/ + +namespace Instagram\Collection; + +/** + * Comment Collection + * + * Holds a collection of comments + */ +class LocationCollection extends \Instagram\Collection\CollectionAbstract { + + /** + * Set the collection data + * + * @param StdClass $raw_data + * @access public + */ + public function setData( $raw_data ) { + $this->data = $raw_data->data; + $this->convertData( '\Instagram\Location' ); + } + +} \ No newline at end of file