Exemplo n.º 1
0
 /**
  * Returns a collection of threads for a given user
  *
  * @param $userId
  * @return Thread
  */
 public function getThreadsForUser($userId)
 {
     return $this->repo->getForUser($userId);
 }