コード例 #1
0
ファイル: Request.php プロジェクト: nhatvuvan/yii2-widgets
 public function requestFor()
 {
     return \nitm\helpers\Relations::getRelatedRecord('requestFor', $this, CategoryModel::className());
 }
コード例 #2
0
ファイル: BaseWidget.php プロジェクト: nhatvuvan/yii2-widgets
 public function hasNew()
 {
     return \nitm\helpers\Relations::getRelatedRecord('newCount', $this, static::className(), ['_new' => 0])->_new;
 }
コード例 #3
0
ファイル: Replies.php プロジェクト: nhatvuvan/yii2-widgets
 public function replyTo()
 {
     return \nitm\helpers\Relations::getRelatedRecord('replyTo', $this, null);
 }