PHP 클래스 Ojs\JournalBundle\Entity\IssueRepository

This class was generated by the Doctrine ORM. Add your own custom repository methods below.
상속: extends Doctrine\ORM\EntityRepository
파일 보기 프로젝트 열기: ojs/ojs

공개 메소드들

메소드 설명
getByYear ( Journal $journal, boolean $withFutureIssues = false ) : array
getCountBy ( $field, $value ) : mixed Return issue count by condition
getIds ( )
getIdsByJournal ( Journal $journal )
getLastIssueByJournal ( Journal $journal ) : mixed Just get journal's last issue id

메소드 상세

getByYear() 공개 메소드

public getByYear ( Journal $journal, boolean $withFutureIssues = false ) : array
$journal Journal
$withFutureIssues boolean
리턴 array

getCountBy() 공개 메소드

Return issue count by condition
public getCountBy ( $field, $value ) : mixed
$field
$value
리턴 mixed

getIds() 공개 메소드

public getIds ( )

getIdsByJournal() 공개 메소드

public getIdsByJournal ( Journal $journal )
$journal Journal

getLastIssueByJournal() 공개 메소드

Just get journal's last issue id
public getLastIssueByJournal ( Journal $journal ) : mixed
$journal Journal
리턴 mixed