X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fphp-instagram-api%2Fphp-instagram-api%2FInstagram%2FCollection%2FLikedMediaCollection.php;fp=vendor%2Fphp-instagram-api%2Fphp-instagram-api%2FInstagram%2FCollection%2FLikedMediaCollection.php;h=0000000000000000000000000000000000000000;hp=b76cbcb59ba79728753c06159f343f5100682225;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/php-instagram-api/php-instagram-api/Instagram/Collection/LikedMediaCollection.php b/vendor/php-instagram-api/php-instagram-api/Instagram/Collection/LikedMediaCollection.php deleted file mode 100644 index b76cbcb59..000000000 --- a/vendor/php-instagram-api/php-instagram-api/Instagram/Collection/LikedMediaCollection.php +++ /dev/null @@ -1,38 +0,0 @@ - -* @license http://opensource.org/licenses/mit-license.php The MIT License -*/ - -namespace Instagram\Collection; - -/** - * Liked Media Collection - * - * Holds a collection of liked media - */ -class LikedMediaCollection extends \Instagram\Collection\MediaCollection { - - /** - * Get the next max like ID - * - * @return string - * @access public - */ - public function getNextMaxLikeId() { - return isset( $this->pagination->next_max_like_id ) ? $this->pagination->next_max_like_id : null; - } - - /** - * Get the next max like ID - * - * @return string - * @access public - */ - public function getNext() { - return $this->getNextMaxLikeId(); - } - -} \ No newline at end of file