コード例 #1
0
 /**
  * @param TopicInterface $topic
  *
  * @return boolean
  */
 public function canReply(TopicInterface $topic)
 {
     return $this->topicAcl->canReply($topic);
 }