PHP Class Horde_Kolab_Cli, horde

Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
_prepareModular ( array $parameters = [] )

Method Details

main() public static méthode

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.