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

Inheritance: extends eZ\Publish\Core\FieldType\Value
Afficher le fichier Open project: ezsystems/ezpublish-kernel Class Usage Examples

Méthodes publiques

Свойство Type Description
$authors AuthorCollection List of authors.

Méthodes publiques

Méthode Description
__construct ( array $authors = [] ) Construct a new Value object and initialize with $authors.
__toString ( )

Method Details

__construct() public méthode

Construct a new Value object and initialize with $authors.
public __construct ( array $authors = [] )
$authors array

__toString() public méthode

See also: eZ\Publish\Core\FieldType\Value
public __toString ( )

Property Details

$authors public_oe property

List of authors.
public AuthorCollection,eZ\Publish\Core\FieldType\Author $authors
Résultat AuthorCollection