PHP 클래스 Bolandish\Instagram

파일 보기 프로젝트 열기: bolandish/instagram-grabber

공개 메소드들

메소드 설명
getCommentsBeforeByMediaShortcode ( $media_shortcode = null, $max_id, $count = 16, $assoc = false )
getCommentsByMediaShortcode ( $media_shortcode = null, $count = 16, $assoc = false )
getMediaAfterByUserID ( $user = null, $min_id, $count = 16, $assoc = false, $comment_count = false )
getMediaByHashtag ( $hashtag = null, $count = 16, $assoc = false, $comment_count = false )
getMediaByUserID ( $user = null, $count = 16, $assoc = false, $comment_count = false )

보호된 메소드들

메소드 설명
generateRandomString ( $length = 10 )
getContentsFromUrl ( $parameters )

메소드 상세

generateRandomString() 보호된 정적인 메소드

protected static generateRandomString ( $length = 10 )

getCommentsBeforeByMediaShortcode() 공개 정적인 메소드

public static getCommentsBeforeByMediaShortcode ( $media_shortcode = null, $max_id, $count = 16, $assoc = false )

getCommentsByMediaShortcode() 공개 정적인 메소드

public static getCommentsByMediaShortcode ( $media_shortcode = null, $count = 16, $assoc = false )

getContentsFromUrl() 보호된 정적인 메소드

protected static getContentsFromUrl ( $parameters )

getMediaAfterByUserID() 공개 정적인 메소드

public static getMediaAfterByUserID ( $user = null, $min_id, $count = 16, $assoc = false, $comment_count = false )

getMediaByHashtag() 공개 정적인 메소드

public static getMediaByHashtag ( $hashtag = null, $count = 16, $assoc = false, $comment_count = false )

getMediaByUserID() 공개 정적인 메소드

public static getMediaByUserID ( $user = null, $count = 16, $assoc = false, $comment_count = false )