Overview

Packages

  • Argv

Classes

  • Horde_Argv_AmbiguousOptionException
  • Horde_Argv_BadOptionException
  • Horde_Argv_Exception
  • Horde_Argv_HelpFormatter
  • Horde_Argv_IndentedHelpFormatter
  • Horde_Argv_Option
  • Horde_Argv_OptionConflictException
  • Horde_Argv_OptionContainer
  • Horde_Argv_OptionException
  • Horde_Argv_OptionGroup
  • Horde_Argv_OptionValueException
  • Horde_Argv_Parser
  • Horde_Argv_TitledHelpFormatter
  • Horde_Argv_Translation
  • Horde_Argv_Values
  • Overview
  • Package
  • Class
  • Tree

Package Argv

Classes summary
Horde_Argv_AmbiguousOptionException Raised if an ambiguous option is seen on the command line.
Horde_Argv_BadOptionException Raised if an invalid option is seen on the command line.
Horde_Argv_Exception
Horde_Argv_HelpFormatter

Abstract base class for formatting option help. Horde_Argv_Parser instances should use one of the HelpFormatter subclasses for formatting help; by default IndentedHelpFormatter is used.

Horde_Argv_IndentedHelpFormatter Format help with indented section bodies.
Horde_Argv_Option Defines the Option class and some standard value-checking functions.
Horde_Argv_OptionConflictException Raised if conflicting options are added to a Horde_Argv_Parser.
Horde_Argv_OptionContainer Abstract base class.
Horde_Argv_OptionException

Raised if an Option instance is created with invalid or inconsistent arguments.

Horde_Argv_OptionGroup
Horde_Argv_OptionValueException Raised if an invalid option value is encountered on the command
Horde_Argv_Parser

Class attributes: standardOptionList : [Option] list of standard options that will be accepted by all instances of this parser class (intended to be overridden by subclasses).

Horde_Argv_TitledHelpFormatter Format help with underlined section headers.
Horde_Argv_Translation Horde_Argv_Translation is the translation wrapper class for Horde_Argv.
Horde_Argv_Values Result hash for Horde_Argv_Parser
API documentation generated by ApiGen