PHP Класс eZ\Publish\Core\FieldType\Author\Author

Наследование: extends eZ\Publish\SPI\Persistence\ValueObject
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$email string Email of the author.
$id integer If not set or -1, an Id will be generated when added to AuthorCollection.
$name string Name of the author.

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

$email публичное свойство

Email of the author.
public string $email
Результат string

$id публичное свойство

If not set or -1, an Id will be generated when added to AuthorCollection.
public int $id
Результат integer

$name публичное свойство

Name of the author.
public string $name
Результат string