PHP Class Koward_Cli, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: extends Horde_Controller_Request_Base
Exibir arquivo Open project: horde/horde

Protected Properties

Property Type Description
$_argv Command line arguments
$_cmd_argv Command arguments

Public Methods

Method Description
__construct ( $options = [] )
getArguments ( )
getParameters ( ) : array Get all command line parameters.
getPath ( )
getUri ( )

Method Details

__construct() public method

public __construct ( $options = [] )

getArguments() public method

public getArguments ( )

getParameters() public method

some wacky loops to make sure that nested values in one param list don't overwrite other nested values
public getParameters ( ) : array
return array

getPath() public method

public getPath ( )

getUri() public method

public getUri ( )

Property Details

$_argv protected_oe property

Command line arguments
protected $_argv

$_cmd_argv protected_oe property

Command arguments
protected $_cmd_argv