what is the meaning of WakeUp::invoke($logger_id); ??

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jas1n2007
Forum Newbie
Posts: 2
Joined: Sun Nov 09, 2008 8:30 pm

what is the meaning of WakeUp::invoke($logger_id); ??

Post by jas1n2007 »

what is the meaning of <<< WakeUp::invoke($logger_id); >>> ?? :banghead: :banghead:
User avatar
novice4eva
Forum Contributor
Posts: 327
Joined: Thu Mar 29, 2007 3:48 am
Location: Nepal

Re: what is the meaning of WakeUp::invoke($logger_id); ??

Post by novice4eva »

It is calling function named "invoke" with one parameter $logger_id from the class named WakeUp. This is direct way of calling the function without creating instance/object.
Post Reply