PHP 클래스 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.
상속: extends Horde_Controller_Request_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_argv Command line arguments
$_cmd_argv Command arguments

공개 메소드들

메소드 설명
__construct ( $options = [] )
getArguments ( )
getParameters ( ) : array Get all command line parameters.
getPath ( )
getUri ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $options = [] )

getArguments() 공개 메소드

public getArguments ( )

getParameters() 공개 메소드

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

getPath() 공개 메소드

public getPath ( )

getUri() 공개 메소드

public getUri ( )

프로퍼티 상세

$_argv 보호되어 있는 프로퍼티

Command line arguments
protected $_argv

$_cmd_argv 보호되어 있는 프로퍼티

Command arguments
protected $_cmd_argv