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

상속: extends Facebook\InstantArticles\Transformer\Getters\ChildrenGetter
파일 보기 프로젝트 열기: facebook/facebook-instant-articles-sdk-php

보호된 프로퍼티들

프로퍼티 타입 설명
$attribute string
$prefix string
$suffix string

공개 메소드들

메소드 설명
createFrom ( $properties )
get ( $node )
withAttribute ( string $attribute )
withPrefix ( string $prefix )
withSuffix ( string $suffix )

메소드 상세

createFrom() 공개 메소드

public createFrom ( $properties )

get() 공개 메소드

public get ( $node )

withAttribute() 공개 메소드

public withAttribute ( string $attribute )
$attribute string

withPrefix() 공개 메소드

public withPrefix ( string $prefix )
$prefix string

withSuffix() 공개 메소드

public withSuffix ( string $suffix )
$suffix string

프로퍼티 상세

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

protected string $attribute
리턴 string

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

protected string $prefix
리턴 string

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

protected string $suffix
리턴 string