Transferring object from parent to child
Posted
by waiwai933
on Stack Overflow
See other posts from Stack Overflow
or by waiwai933
Published on 2010-04-24T16:39:54Z
Indexed on
2010/04/24
16:43 UTC
Read the original article
Hit count: 253
I'm currently developing an Custom Application using the IP.Board framework, which is in PHP, which by default, creates a IPSMember
object for the logged-in user. However, I'm developing an additional class, basically
class SpecialUser extends IPSMember
Is there a way to get the parent object, which is IPSMember
to change to SpecialUser
?
© Stack Overflow or respective owner