PHP Класс Neos\Flow\Tests\Functional\Persistence\Fixtures\TestEmbeddable

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Открытые методы

Метод Описание
__construct ( string $value )
getValue ( ) : string

Описание методов

__construct() публичный Метод

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

getValue() публичный Метод

public getValue ( ) : string
Результат string

Описание свойств

$value защищенное свойство

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
Результат string