示例#1
0
 public function getPhoneCode()
 {
     return $this->hasOne(PhoneCode::className(), ['id' => 'id_phone_code']);
 }