PHP Class Facebook\InstantArticles\Transformer\Getters\StringGetter

Inheritance: extends Facebook\InstantArticles\Transformer\Getters\ChildrenGetter
Afficher le fichier Open project: facebook/facebook-instant-articles-sdk-php

Protected Properties

Свойство Type Description
$attribute string
$prefix string
$suffix string

Méthodes publiques

Méthode Description
createFrom ( $properties )
get ( $node )
withAttribute ( string $attribute )
withPrefix ( string $prefix )
withSuffix ( string $suffix )

Method Details

createFrom() public méthode

public createFrom ( $properties )

get() public méthode

public get ( $node )

withAttribute() public méthode

public withAttribute ( string $attribute )
$attribute string

withPrefix() public méthode

public withPrefix ( string $prefix )
$prefix string

withSuffix() public méthode

public withSuffix ( string $suffix )
$suffix string

Property Details

$attribute protected_oe property

protected string $attribute
Résultat string

$prefix protected_oe property

protected string $prefix
Résultat string

$suffix protected_oe property

protected string $suffix
Résultat string