Esempio n. 1
0
 public function getLocality()
 {
     return $this->hasOne(Locality::className(), ['Id' => 'localityId']);
 }