Method | Description | |
---|---|---|
findByTopicAndUser ( |
Find results for user and topic | |
findByUser ( |
Find topics for user | |
getTheOccurrenceOfTheUserTopic ( string | integer $topicId ) : Doctrine\ORM\Query | Gets the occurence of the user's topic |
public findByTopicAndUser ( |
||
$user | ||
$topic | ||
return | Newscoop\Entity\UserTopic |
public findByUser ( |
||
$user | User object or user id | |
$locale | string | Topic locale |
return | array |
public getTheOccurrenceOfTheUserTopic ( string | integer $topicId ) : Doctrine\ORM\Query | ||
$topicId | string | integer | Topic id |
return | Doctrine\ORM\Query |