Пример #1
0
 public function requestFor()
 {
     return \nitm\helpers\Relations::getRelatedRecord('requestFor', $this, CategoryModel::className());
 }
Пример #2
0
 public function hasNew()
 {
     return \nitm\helpers\Relations::getRelatedRecord('newCount', $this, static::className(), ['_new' => 0])->_new;
 }
Пример #3
0
 public function replyTo()
 {
     return \nitm\helpers\Relations::getRelatedRecord('replyTo', $this, null);
 }