Neos\Neos\Domain\Model\Dto\AssetUsageInNodeProperties::getSite PHP 메소드

getSite() 공개 메소드

Returns the Site object of the site where the asset is in use.
public getSite ( ) : Site
리턴 Neos\Neos\Domain\Model\Site
    public function getSite()
    {
        return $this->site;
    }