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