Ojs\JournalBundle\Command\GuessAuthorUserCommand::getAuthorCount PHP Метод

getAuthorCount() приватный Метод

private getAuthorCount ( )
    private function getAuthorCount()
    {
        return $this->em->getRepository('OjsJournalBundle:Author')->createQueryBuilder('a')->select('COUNT(a)')->getQuery()->getSingleScalarResult();
    }