args = $args; } /** * Fallback method in case task does not implement execute method. */ function execute() { fatalError("ScheduledTask does not implement execute()!\n"); } } ?>