PHP 클래스 Newscoop\Entity\Repository\AttachmentRepository

상속: extends Doctrine\ORM\EntityRepository
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
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