PHP 클래스 InstagramScraper\Model\Comment

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

공개 프로퍼티들

프로퍼티 타입 설명
$createdAt
$id
$text
$user

공개 메소드들

메소드 설명
__construct ( )
fromApi ( $commentArray )

메소드 상세

__construct() 공개 메소드

public __construct ( )

fromApi() 공개 정적인 메소드

public static fromApi ( $commentArray )

프로퍼티 상세

$createdAt 공개적으로 프로퍼티

public $createdAt

$id 공개적으로 프로퍼티

public $id

$text 공개적으로 프로퍼티

public $text

$user 공개적으로 프로퍼티

public $user