PHP Class InstagramScraper\Model\Account

Afficher le fichier Open project: raiym/instagram-php-scraper Class Usage Examples

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__construct ( )
fromAccountPage ( $userArray )
fromMediaPage ( $userArray )
fromSearchPage ( $userArray )

Method Details

__construct() public méthode

public __construct ( )

fromAccountPage() public static méthode

public static fromAccountPage ( $userArray )

fromMediaPage() public static méthode

public static fromMediaPage ( $userArray )

fromSearchPage() public static méthode

public static fromSearchPage ( $userArray )

Property Details

$biography public_oe property

Information filled by user
public string $biography
Résultat string

$externalUrl public_oe property

Url provided by user in profile
public string $externalUrl
Résultat string

$followedByCount public_oe property

Number of followers
public int $followedByCount
Résultat integer

$followsCount public_oe property

Number of subscriptions
public int $followsCount
Résultat integer

$fullName public_oe property

Full name
public string $fullName
Résultat string

$id public_oe property

User id
public string $id
Résultat string

$isPrivate public_oe property

true if account is private
public bool $isPrivate
Résultat boolean

$isVerified public_oe property

true if verified by Instagram as celebrity
public bool $isVerified
Résultat boolean

$mediaCount public_oe property

Number of medias published by user
public int $mediaCount
Résultat integer

$profilePicUrl public_oe property

Profile picture url
public string $profilePicUrl
Résultat string

$username public_oe property

Username
public string $username
Résultat string