Knp\Bundle\KnpBundlesBundle\Repository\OwnerRepository::count PHP 메소드

count() 공개 메소드

public count ( )
    public function count()
    {
        return $this->getEntityManager()->createQuery('SELECT COUNT(e.id) FROM ' . $this->getEntityName() . ' e')->getSingleScalarResult();
    }