main()
public static method
The main entry point for the application.
public static main ( array $parameters = [] ) |
$parameters |
array |
A list of named configuration parameters.
'parser' - (array) Parser configuration parameters.
'class' - (string) The class name of the parser to use.
'output' - (Horde_Cli) The output handler.
|