/** * @inheritdoc */ public static function find() { $postTable = CmsTables::TABLE_PAGE; return parent::find()->where(["{$postTable}.type" => CmsGlobal::TYPE_PAGE]); }
public function getParent() { return $this->hasOne(Content::className(), ['id' => 'pageId']); }