PHP Class eZ\Publish\Core\FieldType\Author\Author

Inheritance: extends eZ\Publish\SPI\Persistence\ValueObject
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Свойство Type Description
$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.

Property Details

$email public_oe property

Email of the author.
public string $email
Résultat string

$id public_oe property

If not set or -1, an Id will be generated when added to AuthorCollection.
public int $id
Résultat integer

$name public_oe property

Name of the author.
public string $name
Résultat string