PHP 클래스 Horde_Kolab_Cli_Module_Folder, horde

Copyright 2010-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.
상속: implements Horde_Kolab_Cli_Module
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
getBaseOptions ( ) : array Get a set of base options that this module adds to the CLI argument parser.
getOptionGroupDescription ( ) : string Return the description for the option group representing this module.
getOptionGroupOptions ( ) : array Return the options for this module.
getOptionGroupTitle ( ) : string Return the title for the option group representing this module.
getUsage ( ) : string Get the usage description for this module.
handleArguments ( &$options, &$arguments, &$world ) : null Handle the options and arguments.
hasOptionGroup ( ) : boolean Indicate if the module provides an option group.
run ( Horde_Cli $cli, mixed $options, mixed $arguments, &$world ) : null Run the module.

비공개 메소드들

메소드 설명
_showFolder ( $folder_name, $world, $cli )

메소드 상세

getBaseOptions() 공개 메소드

Get a set of base options that this module adds to the CLI argument parser.
public getBaseOptions ( ) : array
리턴 array The options.

getOptionGroupDescription() 공개 메소드

Return the description for the option group representing this module.
public getOptionGroupDescription ( ) : string
리턴 string The group description.

getOptionGroupOptions() 공개 메소드

Return the options for this module.
public getOptionGroupOptions ( ) : array
리턴 array The group options.

getOptionGroupTitle() 공개 메소드

Return the title for the option group representing this module.
public getOptionGroupTitle ( ) : string
리턴 string The group title.

getUsage() 공개 메소드

Get the usage description for this module.
public getUsage ( ) : string
리턴 string The description.

handleArguments() 공개 메소드

Handle the options and arguments.
public handleArguments ( &$options, &$arguments, &$world ) : null
리턴 null

hasOptionGroup() 공개 메소드

Indicate if the module provides an option group.
public hasOptionGroup ( ) : boolean
리턴 boolean True if an option group should be added.

run() 공개 메소드

Run the module.
public run ( Horde_Cli $cli, mixed $options, mixed $arguments, &$world ) : null
$cli Horde_Cli The CLI handler.
$options mixed An array of options.
$arguments mixed An array of arguments.
리턴 null