Пример #1
0
 /**
  * {@inheritdoc}
  * @return array
  */
 public function handleActions()
 {
     /* add user to board readers */
     if ($this->getProperty('read', false) && $this->discuss->user->isLoggedIn) {
         $this->board->read($this->discuss->user->get('id'));
     }
 }