Neos\Media\Domain\Model\AssetCollection::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( string $title )
$title string
    public function __construct($title)
    {
        $this->title = $title;
        $this->assets = new ArrayCollection();
        $this->tags = new ArrayCollection();
    }