Esempio n. 1
0
 /**
  * @return \app\modules\cms\models\Page
  */
 public function getPage()
 {
     return $this->hasOne(Page::className(), ['id' => 'pageId']);
 }
Esempio n. 2
0
 public function getCategory()
 {
     return $this->hasOne(Page::className(), ['id' => 'parentId']);
 }