what is the meaning of WakeUp::invoke($logger_id); ??
Moderator: General Moderators
what is the meaning of WakeUp::invoke($logger_id); ??
what is the meaning of <<< WakeUp::invoke($logger_id); >>> ??

- 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); ??
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.