In oops Magic Methods
oops auto function like __construct(),
__destruct(),
__call(),
__callStatic(),
__get(),
__set(),
__isset(),
__unset(),
__sleep(),
__wakeup(),
__toString(),
__invoke(),
__set_state() and
__clone(6)
are called magical in PHP classes. You
cannot create functions with these names in any of your
classes unless you want the magic functionality associated
with them.
No comments:
Post a Comment