PHP Class Neos\Flow\Tests\Functional\Persistence\Fixtures\TestEmbeddable

Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$value string TODO: Making this nullable is just a workaround for when the parent class is proxied and cloned, which will currently lead to the embeddable being null.

Méthodes publiques

Méthode Description
__construct ( string $value )
getValue ( ) : string

Method Details

__construct() public méthode

public __construct ( string $value )
$value string The string value of this value object

getValue() public méthode

public getValue ( ) : string
Résultat string

Property Details

$value protected_oe property

TODO: Making this nullable is just a workaround for when the parent class is proxied and cloned, which will currently lead to the embeddable being null.
protected string $value
Résultat string