Beispiel #1
0
 public function getRolOperaciones()
 {
     return $this->hasMany(RolOperacion::className(), ['rol_id' => 'id']);
 }