PHP 클래스 InstagramScraper\Model\Media

파일 보기 프로젝트 열기: raiym/instagram-php-scraper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$caption
$captionIsEdited
$code
$commentsCount
$createdTime
$id
$imageHighResolutionUrl
$imageLowResolutionUrl
$imageStandardResolutionUrl
$imageThumbnailUrl
$isAd
$likesCount
$link
$locationId
$locationName
$owner
$ownerId
$type
$videoLowBandwidthUrl
$videoLowResolutionUrl
$videoStandardResolutionUrl
$videoViews

공개 메소드들

메소드 설명
__construct ( )
fromApi ( $mediaArray )
fromMediaPage ( $mediaArray )
fromTagPage ( $mediaArray )
getCodeFromId ( $id )
getIdFromCode ( $code )
getLinkFromId ( $id )

비공개 메소드들

메소드 설명
getCleanImageUrl ( $imageUrl )
getImageUrls ( $imageUrl )

메소드 상세

__construct() 공개 메소드

public __construct ( )

fromApi() 공개 정적인 메소드

public static fromApi ( $mediaArray )

fromMediaPage() 공개 정적인 메소드

public static fromMediaPage ( $mediaArray )

fromTagPage() 공개 정적인 메소드

public static fromTagPage ( $mediaArray )

getCodeFromId() 공개 정적인 메소드

public static getCodeFromId ( $id )

getIdFromCode() 공개 정적인 메소드

public static getIdFromCode ( $code )

getLinkFromId() 공개 정적인 메소드

public static getLinkFromId ( $id )

프로퍼티 상세

$caption 공개적으로 프로퍼티

public $caption

$captionIsEdited 공개적으로 프로퍼티

public $captionIsEdited

$code 공개적으로 프로퍼티

public $code

$commentsCount 공개적으로 프로퍼티

public $commentsCount

$createdTime 공개적으로 프로퍼티

public $createdTime

$id 공개적으로 프로퍼티

public $id

$imageHighResolutionUrl 공개적으로 프로퍼티

public $imageHighResolutionUrl

$imageLowResolutionUrl 공개적으로 프로퍼티

public $imageLowResolutionUrl

$imageStandardResolutionUrl 공개적으로 프로퍼티

public $imageStandardResolutionUrl

$imageThumbnailUrl 공개적으로 프로퍼티

public $imageThumbnailUrl

$isAd 공개적으로 프로퍼티

public $isAd

$likesCount 공개적으로 프로퍼티

public $likesCount

$locationId 공개적으로 프로퍼티

public $locationId

$locationName 공개적으로 프로퍼티

public $locationName

$owner 공개적으로 프로퍼티

public $owner

$ownerId 공개적으로 프로퍼티

public $ownerId

$type 공개적으로 프로퍼티

public $type

$videoLowBandwidthUrl 공개적으로 프로퍼티

public $videoLowBandwidthUrl

$videoLowResolutionUrl 공개적으로 프로퍼티

public $videoLowResolutionUrl

$videoStandardResolutionUrl 공개적으로 프로퍼티

public $videoStandardResolutionUrl

$videoViews 공개적으로 프로퍼티

public $videoViews