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

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

Protected Properties

Property Type Description
$value string

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

protected string $value
return string