Documentation

Horde_Cli_Modular_ModuleUsage

The Horde_Cli_Modular_ModuleUsage interface extends the Horde_Cli_Modular_Module interface with new functionality.

This description will be added after the automatically generated usage line.

Tags
author

Jan Schneider jan@horde.org

category

Horde

copyright

2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL

todo

H6: Wrap into Horde_Cli_Modular_Module

Table of Contents

getTitle()  : string
Returns additional usage title for this module.
getUsage()  : string
Returns additional usage description for this module.

Methods

getTitle()

Returns additional usage title for this module.

public getTitle() : string
Return values
string

The usage title.

getUsage()

Returns additional usage description for this module.

public getUsage() : string

This description will be added after the automatically generated usage line, no need to add any line breaks or other separators.

Return values
string

The usage description.

Search results