public function __construct(AuthorCollection $authors, License $license) { $this->authors = $authors; $this->license = $license; }