Class Horde_Argv_ExtendAddActionsTest_MyOption

Description

Defines the Option class and some standard value-checking functions.

Instance attributes: shortOpts : [string] longOpts : [string]

action : string type : string dest : string default : any nargs : int const : any choices : [string] callback : function callbackArgs : (any*) help : string metavar : string

Located in /Argv/test/Horde/Argv/ExtendAddActionsTest.php (line 36)

Horde_Argv_Option
   |
   --Horde_Argv_ExtendAddActionsTest_MyOption
Variable Summary
Method Summary
 void takeAction ( $action,  $dest,  $opt,  $value,  $values,  $parser)
Variables
mixed $ACTIONS = array("store",
"store_const",
"store_true",
"store_false",
"append",
"append_const",
"count",
"callback",
"help",
"version",
"extend",
)
(line 38)
  • access: public

Redefinition of:
Horde_Argv_Option::$ACTIONS
mixed $STORE_ACTIONS = array("store",
"store_const",
"store_true",
"store_false",
"append",
"append_const",
"count",
"extend",
)
(line 51)
  • access: public

Redefinition of:
Horde_Argv_Option::$STORE_ACTIONS
The set of actions that involve storing a value somewhere;
mixed $TYPED_ACTIONS = array("store",
"append",
"callback",
"extend",
)
(line 61)
  • access: public

Redefinition of:
Horde_Argv_Option::$TYPED_ACTIONS

Inherited Variables

Inherited from Horde_Argv_Option

Horde_Argv_Option::$ALWAYS_TYPED_ACTIONS
Horde_Argv_Option::$ATTRS
Horde_Argv_Option::$CHECK_METHODS
Horde_Argv_Option::$CONST_ACTIONS
Horde_Argv_Option::$default
Horde_Argv_Option::$dest
Horde_Argv_Option::$longOpts
Horde_Argv_Option::$NO_DEFAULT
Horde_Argv_Option::$shortOpts
Horde_Argv_Option::$TYPES
Horde_Argv_Option::$TYPE_CHECKER
Methods
Class Constants

Documentation generated on Sun, 30 Jan 2011 05:17:12 +0000 by phpDocumentor 1.4.3