Newscoop\Entity\Repository\AttachmentRepository::getAttachments PHP Method

getAttachments() public method

Get all attachments
public getAttachments ( ) : Doctrine\ORM\Query
return Doctrine\ORM\Query
    public function getAttachments()
    {
        $query = $this->createQueryBuilder('i')->getQuery();
        return $query;
    }