PHP 클래스 Horde_Kolab_Cli_Module_Base, 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 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
_getFormat ( mixed $options ) : Horde_Kolab_Format_Factory Return the factory for the Kolab format parsers.
_getStorage ( mixed $options ) : Horde_Kolab_Storage Return the driver for the Kolab storage backend.

메소드 상세

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.