Ejemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getParent()
 {
     return $this->hasOne(Page::className(), ['id' => 'parent_id']);
 }