PHP 클래스 InstagramScraper\Model\Account

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

공개 프로퍼티들

프로퍼티 타입 설명
$biography string Information filled by user
$externalUrl string Url provided by user in profile
$followedByCount integer Number of followers
$followsCount integer Number of subscriptions
$fullName string Full name
$id string User id
$isPrivate boolean true if account is private
$isVerified boolean true if verified by Instagram as celebrity
$mediaCount integer Number of medias published by user
$profilePicUrl string Profile picture url
$username string Username

공개 메소드들

메소드 설명
__construct ( )
fromAccountPage ( $userArray )
fromMediaPage ( $userArray )
fromSearchPage ( $userArray )

메소드 상세

__construct() 공개 메소드

public __construct ( )

fromAccountPage() 공개 정적인 메소드

public static fromAccountPage ( $userArray )

fromMediaPage() 공개 정적인 메소드

public static fromMediaPage ( $userArray )

fromSearchPage() 공개 정적인 메소드

public static fromSearchPage ( $userArray )

프로퍼티 상세

$biography 공개적으로 프로퍼티

Information filled by user
public string $biography
리턴 string

$externalUrl 공개적으로 프로퍼티

Url provided by user in profile
public string $externalUrl
리턴 string

$followedByCount 공개적으로 프로퍼티

Number of followers
public int $followedByCount
리턴 integer

$followsCount 공개적으로 프로퍼티

Number of subscriptions
public int $followsCount
리턴 integer

$fullName 공개적으로 프로퍼티

Full name
public string $fullName
리턴 string

$id 공개적으로 프로퍼티

User id
public string $id
리턴 string

$isPrivate 공개적으로 프로퍼티

true if account is private
public bool $isPrivate
리턴 boolean

$isVerified 공개적으로 프로퍼티

true if verified by Instagram as celebrity
public bool $isVerified
리턴 boolean

$mediaCount 공개적으로 프로퍼티

Number of medias published by user
public int $mediaCount
리턴 integer

$profilePicUrl 공개적으로 프로퍼티

Profile picture url
public string $profilePicUrl
리턴 string

$username 공개적으로 프로퍼티

Username
public string $username
리턴 string