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
Afficher le fichier Open project: ojs/ojs

Méthodes publiques

Méthode 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 méthode

public getByYear ( Journal $journal, boolean $withFutureIssues = false ) : array
$journal Journal
$withFutureIssues boolean
Résultat array

getCountBy() public méthode

Return issue count by condition
public getCountBy ( $field, $value ) : mixed
$field
$value
Résultat mixed

getIds() public méthode

public getIds ( )

getIdsByJournal() public méthode

public getIdsByJournal ( Journal $journal )
$journal Journal

getLastIssueByJournal() public méthode

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