PHP Class Ojs\JournalBundle\Entity\IssueRepository

This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Inheritance: extends Doctrine\ORM\EntityRepository
ファイルを表示 Open project: ojs/ojs

Public Methods

Method Description
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

Method Details

getByYear() public method

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

getCountBy() public method

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

getIds() public method

public getIds ( )

getIdsByJournal() public method

public getIdsByJournal ( Journal $journal )
$journal Journal

getLastIssueByJournal() public method

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