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;
    }