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

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

Protected Properties

Property Type Description
$value string

Public Methods

Method Description
__construct ( string $value )

Method Details

__construct() public method

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

Property Details

$value protected property

protected string $value
return string