Newscoop\Entity\Repository\AuthorTypeRepository::getAuthorsTypes PHP Méthode

getAuthorsTypes() public méthode

public getAuthorsTypes ( )
    public function getAuthorsTypes()
    {
        $qb = $this->createQueryBuilder('at');
        return $qb->getQuery();
    }