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

Inheritance: extends eZ\Publish\Core\FieldType\Value
Datei anzeigen Open project: ezsystems/ezpublish-kernel Class Usage Examples

Public Properties

Property Type Description
$authors AuthorCollection List of authors.

Public Methods

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

Method Details

__construct() public method

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

__toString() public method

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
return AuthorCollection