Пример #1
0
 public function getParent()
 {
     return $this->hasOne(Content::className(), ['id' => 'pageId']);
 }