PHP Class Newscoop\ArticlesBundle\Entity\Repository\EditorialCommentRepository

Inheritance: extends Doctrine\ORM\EntityRepository
Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Méthode Description
getAll ( boolean $fetchReplies = true ) : Doctrine\ORM\Query Get all editorial comments
getAllByArticleNumber ( integer $articleNumber, boolean $fetchReplies = true ) : Doctrine\ORM\Query Get all editorial comments for article
getOneByArticleAndCommentId ( integer $articleNumber, integer $languageId, integer $commentId, boolean $fetchReplies = true ) : Doctrine\ORM\Query Get one editorial comment by article and comment id

Method Details

getAll() public méthode

Get all editorial comments
public getAll ( boolean $fetchReplies = true ) : Doctrine\ORM\Query
$fetchReplies boolean
Résultat Doctrine\ORM\Query

getAllByArticleNumber() public méthode

Get all editorial comments for article
public getAllByArticleNumber ( integer $articleNumber, boolean $fetchReplies = true ) : Doctrine\ORM\Query
$articleNumber integer
$fetchReplies boolean
Résultat Doctrine\ORM\Query

getOneByArticleAndCommentId() public méthode

Get one editorial comment by article and comment id
public getOneByArticleAndCommentId ( integer $articleNumber, integer $languageId, integer $commentId, boolean $fetchReplies = true ) : Doctrine\ORM\Query
$articleNumber integer
$languageId integer
$commentId integer
$fetchReplies boolean
Résultat Doctrine\ORM\Query