eZ\Publish\Core\FieldType\Author\Value::__construct PHP 메소드

__construct() 공개 메소드

Construct a new Value object and initialize with $authors.
public __construct ( array $authors = [] )
$authors array
    public function __construct(array $authors = array())
    {
        $this->authors = new AuthorCollection($authors);
    }