PHP Class Facebook\InstantArticles\Transformer\Getters\GetterFactory

Show file Open project: facebook/facebook-instant-articles-sdk-php Class Usage Examples

Public Methods

Method Description
create ( string[] $getter_configuration ) : Facebook\InstantArticles\Transformer\Getters\AbstractGetter Creates an Getter class.

Method Details

create() public static method

array( type => 'string' | 'children', selector => 'img.cover', [attribute] => 'src' )
See also: StringGetter
See also: ChildrenGetter
See also: IntegerGetter
See also: ElementGetter
See also: ConstantGetter
See also: NextSiblingGetter
See also: ExistsGetter
See also: JSONGetter
See also: XpathGetter
public static create ( string[] $getter_configuration ) : Facebook\InstantArticles\Transformer\Getters\AbstractGetter
$getter_configuration string[] that maps the properties for getter
return Facebook\InstantArticles\Transformer\Getters\AbstractGetter