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