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

Inheritance: extends eZ\Publish\SPI\Persistence\ValueObject
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Properties

Property 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
return string

$id public_oe property

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

$name public_oe property

Name of the author.
public string $name
return string