Override User Class
Permalink
Hello,
Im trying to figure out if this is possible. My code is not quite working...
Im trying to basically instantiate a new volunteer class that extends the concrete user class \Concrete\Core\User\User . But I dont want to extend the user class for the currently logged in user. I would like to pass a user ID somehow in this process so I can get my volunteer object with information for any user, based off their user ID.
Does this make sense?
Im trying to figure out if this is possible. My code is not quite working...
Im trying to basically instantiate a new volunteer class that extends the concrete user class \Concrete\Core\User\User . But I dont want to extend the user class for the currently logged in user. I would like to pass a user ID somehow in this process so I can get my volunteer object with information for any user, based off their user ID.
Does this make sense?