Method | Description | |
---|---|---|
countBy ( array $criteria = [] ) : integer | Count article topics by given criteria. | |
getAllArticleTopics ( integer | string $articleNumber, string $languageCode ) : Doctrine\ORM\Query | Get all topics for an Article. | |
getArticleTopicsIds ( integer | string $articleNumber, boolean $topicsOnly = false ) : Doctrine\ORM\Query | Get all topics for an Article - Topic and article objects. | |
getTheOccurrenceOfTheTopic ( string | integer $topicId ) : Doctrine\ORM\Query | Gets the occurence of the topic. |
public getTheOccurrenceOfTheTopic ( string | integer $topicId ) : Doctrine\ORM\Query | ||
$topicId | string | integer | Topic id |
return | Doctrine\ORM\Query |