Neos\Neos\Domain\Repository\SiteRepository::findFirst PHP 메소드

findFirst() 공개 메소드

Finds the first site
public findFirst ( ) : Site
리턴 Neos\Neos\Domain\Model\Site The first site or NULL if none exists
    public function findFirst()
    {
        return $this->createQuery()->execute()->getFirst();
    }