PHP Class Horde_Kolab_Cli, horde

Mostrar archivo Open project: horde/horde Class Usage Examples

Public Methods

Method Description
main ( array $parameters = [] ) The main entry point for the application.

Private Methods

Method Description
_prepareModular ( array $parameters = [] )

Method Details

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.