Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function getParent()
 {
     return $this->hasOne(Row::className(), ['id' => 'parent_id']);
 }
Exemplo n.º 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getRows()
 {
     return $this->hasMany(Row::className(), ['page_id' => 'id']);
 }