Page 1 of 1

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

Posted: Mon Nov 10, 2008 12:35 am
by jas1n2007
what is the meaning of <<< WakeUp::invoke($logger_id); >>> ?? :banghead: :banghead:

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

Posted: Mon Nov 10, 2008 12:41 am
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.