getVersion() getVersion() : string Returns string — Application version number. Must be implemented by derived classes.
onStart() onStart() : bool Returns bool — Called before onRun. If false is returned, application terminates without executing onRun.
onError() onError(\Exception $ex) : bool Parameters \Exception $ex Returns bool — Called for any unhandled exceptions.