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

setAssets() public method

Sets the Assets
public setAssets ( ArrayCollection $assets ) : void
$assets Doctrine\Common\Collections\ArrayCollection
return void
    public function setAssets(ArrayCollection $assets)
    {
        $this->assets = $assets;
    }