Neos\Media\Domain\Model\AssetCollection::__construct PHP Method

__construct() public method

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