I have an Attribute called 'admin_module' in myUser attributeHoler and i want to manipulate it...but i don't even get how to access the values stored there. I know how to get AttributeHolder in an action, but I don't have a clue, how to access the values in it. Any help appreciated...thanks in advance. ;)
Edit after answers:
get:
$this->getUser()->getAttributeHolder()->set('beilagenbuchung.page', 1, 'admin_module');
set:
$this->getUser()->getAttributeHolder()->get('beilagenbuchung.page', null, 'admin_module');
Regards
Nils