PHP Class Facebook\InstantArticles\Transformer\Getters\StringGetter

Inheritance: extends Facebook\InstantArticles\Transformer\Getters\ChildrenGetter
Show file Open project: facebook/facebook-instant-articles-sdk-php

Protected Properties

Property Type Description
$attribute string
$prefix string
$suffix string

Public Methods

Method Description
createFrom ( $properties )
get ( $node )
withAttribute ( string $attribute )
withPrefix ( string $prefix )
withSuffix ( string $suffix )

Method Details

createFrom() public method

public createFrom ( $properties )

get() public method

public get ( $node )

withAttribute() public method

public withAttribute ( string $attribute )
$attribute string

withPrefix() public method

public withPrefix ( string $prefix )
$prefix string

withSuffix() public method

public withSuffix ( string $suffix )
$suffix string

Property Details

$attribute protected property

protected string $attribute
return string

$prefix protected property

protected string $prefix
return string

$suffix protected property

protected string $suffix
return string