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