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

Show file Open project: neos/flow-development-collection

Protected Properties

Property 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.

Public Methods

Method Description
__construct ( string $value )
getValue ( ) : string

Method Details

__construct() public method

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

getValue() public method

public getValue ( ) : string
return string

Property Details

$value protected 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
return string