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

getAssets() public method

Returns the Assets
public getAssets ( ) : ArrayCollection
return Doctrine\Common\Collections\ArrayCollection
    public function getAssets()
    {
        return $this->assets;
    }