Exemple #1
0
 public function getAuthorizer()
 {
     return $this->hasMany(Authorizer::className(), ['staff_id' => 'staff_id']);
 }
 public function getAuthorizer()
 {
     return $this->hasOne(Authorizer::className(), ['au_id' => 'au_id']);
 }