Returns a help message. Its called by default object behavier, if you suply -h to the script. By default it returns a line break formatted help message like:
Template method stub. Overwrite this method to hook the set up phase of your script. This method is called after Console_Application_Abstract::findConsoleParameters(), unless it returns false. And before Console_Application_Abstract::run().
Template method stub. Overwrite this method to hook the tear down phase of your script. This method is called after Console_Application_Abstract::run(), unless any exception was throwed.
Overrides Console_Application_Abstract::getHelpMessage() (Returns a help message. Its called by default object behavier, if you suply -h to the script. By default it returns a line break formatted help message like:)