PATH:
home
/
fengshp
/
www
/
wp-content
/
plugins
/
spotlight-social-photo-feeds
/
src
/
core
/
Engine
/
Data
/
Item
<?php namespace RebelCode\Spotlight\Instagram\Engine\Data\Item; class MediaComment { const ID = 'id'; const USERNAME = 'username'; const TEXT = 'text'; const TIMESTAMP = 'timestamp'; const LIKES_COUNT = 'like_count'; }
[+]
..
[-] MediaChild.php
[edit]
[-] MediaProductType.php
[edit]
[-] MediaType.php
[edit]
[-] MediaItem.php
[edit]
[-] MediaComment.php
[edit]