PHP Класс Newscoop\Entity\Repository\AttachmentRepository

Наследование: extends Doctrine\ORM\EntityRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
getAttachment ( integer $number ) : Doctrine\ORM\Query Get single attachment by id
getAttachments ( ) : Doctrine\ORM\Query Get all attachments
getDescription ( integer $attachmentId ) : Translation Get attachment decritpion

Описание методов

getAttachment() публичный метод

Get single attachment by id
public getAttachment ( integer $number ) : Doctrine\ORM\Query
$number integer
Результат Doctrine\ORM\Query

getAttachments() публичный метод

Get all attachments
public getAttachments ( ) : Doctrine\ORM\Query
Результат Doctrine\ORM\Query

getDescription() публичный метод

Get attachment decritpion
public getDescription ( integer $attachmentId ) : Translation
$attachmentId integer
Результат Newscoop\Entity\Translation