Exemplo n.º 1
0
 public function getOffice()
 {
     return $this->hasOne(MOffice::className(), ['office_id' => 'office_id']);
 }
Exemplo n.º 2
0
 public function getOffices()
 {
     return $this->hasMany(MOffice::className(), ['gh_id' => 'gh_id']);
 }
Exemplo n.º 3
0
 public function getDirectedOffice()
 {
     return $this->hasOne(MOffice::className(), ['manager' => 'name', 'mobile' => 'mobile']);
 }
Exemplo n.º 4
0
 public function getOffices()
 {
     return $this->hasMany(MOffice::className(), ['office_id' => 'office_id'])->viaTable('wx_rel_office_msc', ['msc_id' => 'id']);
 }