Hi,

Is it possible to set more than one value to an attribute? For
example :

$this->getUser()->getAttributeHolder()->set('type',
User::TYPE_CODE_APPLICANT, 'sf_admin/user/filters');
$this->getUser()->getAttributeHolder()->set('type',
User::TYPE_CODE_RECRUITER, 'sf_admin/user/filters');

This obviously won't work. But is there a way to accomplish this?

Thanks!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to