PHP Class Newscoop\Entity\Repository\RelatedArticleRepository

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

Méthodes publiques

Méthode Description
getAllArticles ( RelatedArticles $relatedArticles, boolean $countOnly = false ) : Doctrine\ORM\Query Get all related articles for related articles container, optionaly get only count of articles
getRelatedArticle ( RelatedArticles $relatedArticles, integer $articleNumber ) : Doctrine\ORM\Query Get all rlated articles for article and related articles container

Method Details

getAllArticles() public méthode

Get all related articles for related articles container, optionaly get only count of articles
public getAllArticles ( RelatedArticles $relatedArticles, boolean $countOnly = false ) : Doctrine\ORM\Query
$relatedArticles Newscoop\Entity\RelatedArticles
$countOnly boolean
Résultat Doctrine\ORM\Query

getRelatedArticle() public méthode

Get all rlated articles for article and related articles container
public getRelatedArticle ( RelatedArticles $relatedArticles, integer $articleNumber ) : Doctrine\ORM\Query
$relatedArticles Newscoop\Entity\RelatedArticles
$articleNumber integer
Résultat Doctrine\ORM\Query