Beispiel #1
0
 public function getAddressCityType()
 {
     return $this->hasOne(AddressCityType::className(), ['id' => 'c_type_id']);
 }