/** * @return \yii\db\ActiveQuery */ public function getPath() { return $this->hasOne(Path::className(), ['id' => 'path_id']); }
/** * @return Path */ public function getFullTree() { return $this->hasOne(Path::className(), ['id' => 'tree']); }