Knp\Bundle\KnpBundlesBundle\Repository\DeveloperRepository::findAllNameOnly PHP Method

findAllNameOnly() public method

public findAllNameOnly ( )
    public function findAllNameOnly()
    {
        return $this->createQueryBuilder('d')->select('d.name')->getQuery()->getResult();
    }