eZ\Publish\Core\FieldType\Author\Value::__construct PHP Method

__construct() public method

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);
    }