Exemple #1
0
 public function getParent()
 {
     return $this->hasOne(Bar::className(), ['id' => 'parentBar']);
 }