Пример #1
0
 /**
  * @inheritdoc
  */
 public function run()
 {
     Message::markRead($this->userId, $this->contactId);
     $options = ArrayHelper::merge($this->options, ['id' => $this->id]);
     return $this->render($this->tpl, ['id' => $this->id, 'options' => $options, 'contactId' => $this->contactId, 'dataProvider' => $this->dataProvider]);
 }