PHP Class Newscoop\Entity\Repository\RelatedArticleRepository

Inheritance: extends Doctrine\ORM\EntityRepository
Show file Open project: sourcefabric/newscoop

Public Methods

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

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
return Doctrine\ORM\Query

getRelatedArticle() public method

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
return Doctrine\ORM\Query