PHP 클래스 Facebook\InstantArticles\Transformer\Getters\ElementGetter

상속: extends Facebook\InstantArticles\Transformer\Getters\AbstractGetter
파일 보기 프로젝트 열기: facebook/facebook-instant-articles-sdk-php 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$selector string

공개 메소드들

메소드 설명
createFrom ( $properties )
findAll ( DOMNode $node, string $selector ) : DOMNodeList
get ( $node )
withSelector ( string $selector )

메소드 상세

createFrom() 공개 메소드

public createFrom ( $properties )

findAll() 공개 메소드

public findAll ( DOMNode $node, string $selector ) : DOMNodeList
$node DOMNode
$selector string
리턴 DOMNodeList

get() 공개 메소드

public get ( $node )

withSelector() 공개 메소드

public withSelector ( string $selector )
$selector string

프로퍼티 상세

$selector 보호되어 있는 프로퍼티

protected string $selector
리턴 string