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