[cli] element index

Package indexes

All elements
a c e g h i l m o p r s t u v w _
_
top
Method _addLongOption
lmbCliInput::_addLongOption() in lmbCliInput.class.php
Method _addOptions
lmbCliInput::_addOptions() in lmbCliInput.class.php
Method _addShortOption
lmbCliInput::_addShortOption() in lmbCliInput.class.php
Method _approveOption
lmbCliInput::_approveOption() in lmbCliInput.class.php
Method _error
lmbCliBaseCmd::_error() in lmbCliBaseCmd.class.php
Method _error
lmbCliRunner::_error() in lmbCliRunner.class.php
Method _exit
lmbCliRunner::_exit() in lmbCliRunner.class.php
Method _extractLongOption
lmbCliInput::_extractLongOption() in lmbCliInput.class.php
Method _extractShortOption
lmbCliInput::_extractShortOption() in lmbCliInput.class.php
Method _getGluedOptions
lmbCliInput::_getGluedOptions() in lmbCliInput.class.php
Method _mapCommandToObject
lmbCliRunner::_mapCommandToObject() in lmbCliRunner.class.php
Method _maybeArgumentNext
lmbCliInput::_maybeArgumentNext() in lmbCliInput.class.php
Method _objectify
lmbCliInput::_objectify() in lmbCliInput.class.php
Method _parse
lmbCliInput::_parse() in lmbCliInput.class.php
Method _reset
lmbCliInput::_reset() in lmbCliInput.class.php
Method _validate
lmbCliInput::_validate() in lmbCliInput.class.php
Method __construct
lmbCliBaseCmd::__construct() in lmbCliBaseCmd.class.php
Method __construct
lmbCliInput::__construct() in lmbCliInput.class.php
Method __construct
lmbCliResponse::__construct() in lmbCliResponse.class.php
Method __construct
lmbCliOption::__construct() in lmbCliOption.class.php
Method __construct
lmbCliRunner::__construct() in lmbCliRunner.class.php
a
top
Variable $arguments
lmbCliInput::$arguments in lmbCliInput.class.php
Variable $argv
lmbCliInput::$argv in lmbCliInput.class.php
Method actionToMethod
lmbCliRunner::actionToMethod() in lmbCliRunner.class.php
Method addOption
lmbCliInput::addOption() in lmbCliInput.class.php
c
top
Page common.inc.php
common.inc.php in common.inc.php
Method commandToClass
lmbCliRunner::commandToClass() in lmbCliRunner.class.php
e
top
Method execute
lmbCliRunner::execute() in lmbCliRunner.class.php
Method execute
lmbCliBaseCmd::execute() in lmbCliBaseCmd.class.php
g
top
Method getArgument
lmbCliInput::getArgument() in lmbCliInput.class.php
Method getArguments
lmbCliInput::getArguments() in lmbCliInput.class.php
Method getArgv
lmbCliInput::getArgv() in lmbCliInput.class.php
Method getLongName
lmbCliOption::getLongName() in lmbCliOption.class.php
Method getOption
lmbCliInput::getOption() in lmbCliInput.class.php
Method getOptions
lmbCliInput::getOptions() in lmbCliInput.class.php
Method getOptionValue
lmbCliInput::getOptionValue() in lmbCliInput.class.php
Method getShortName
lmbCliOption::getShortName() in lmbCliOption.class.php
Method getValue
lmbCliOption::getValue() in lmbCliOption.class.php
Method getValueMode
lmbCliOption::getValueMode() in lmbCliOption.class.php
h
top
Method hasOption
lmbCliInput::hasOption() in lmbCliInput.class.php
Method help
lmbCliBaseCmd::help() in lmbCliBaseCmd.class.php
i
top
Variable $input
lmbCliRunner::$input in lmbCliRunner.class.php
Variable $is_present
lmbCliOption::$is_present in lmbCliOption.class.php
Method isOptionPresent
lmbCliInput::isOptionPresent() in lmbCliInput.class.php
Method isPresent
lmbCliOption::isPresent() in lmbCliOption.class.php
Method isValueForbidden
lmbCliOption::isValueForbidden() in lmbCliOption.class.php
Method isValueOptional
lmbCliOption::isValueOptional() in lmbCliOption.class.php
Method isValueRequired
lmbCliOption::isValueRequired() in lmbCliOption.class.php
l
top
Variable $long_name
lmbCliOption::$long_name in lmbCliOption.class.php
Page lmbCliBaseCmd.class.php
lmbCliBaseCmd.class.php in lmbCliBaseCmd.class.php
Page lmbCliException.class.php
lmbCliException.class.php in lmbCliException.class.php
Page lmbCliInput.class.php
lmbCliInput.class.php in lmbCliInput.class.php
Page lmbCliOption.class.php
lmbCliOption.class.php in lmbCliOption.class.php
Page lmbCliResponse.class.php
lmbCliResponse.class.php in lmbCliResponse.class.php
Page lmbCliRunner.class.php
lmbCliRunner.class.php in lmbCliRunner.class.php
Constant LIMB_CLI_INCLUDE_PATH
LIMB_CLI_INCLUDE_PATH in lmbCliRunner.class.php
Class lmbCliBaseCmd
lmbCliBaseCmd in lmbCliBaseCmd.class.php
abstract class lmbCliBaseCmd.
Class lmbCliException
lmbCliException in lmbCliException.class.php
class lmbCliException.
Class lmbCliInput
lmbCliInput in lmbCliInput.class.php
class lmbCliInput.
Class lmbCliOption
lmbCliOption in lmbCliOption.class.php
class lmbCliOption.
Class lmbCliResponse
lmbCliResponse in lmbCliResponse.class.php
class lmbCliResponse.
Class lmbCliRunner
lmbCliRunner in lmbCliRunner.class.php
class lmbCliRunner.
m
top
Variable $minimum_args
lmbCliInput::$minimum_args in lmbCliInput.class.php
Method match
lmbCliOption::match() in lmbCliOption.class.php
o
top
Variable $options
lmbCliInput::$options in lmbCliInput.class.php
Variable $output
lmbCliRunner::$output in lmbCliRunner.class.php
Variable $output
lmbCliBaseCmd::$output in lmbCliBaseCmd.class.php
p
top
Page package.php
package.php in package.php
r
top
Variable $return_on_exit
lmbCliRunner::$return_on_exit in lmbCliRunner.class.php
Method read
lmbCliInput::read() in lmbCliInput.class.php
Method readPHPArgv
lmbCliInput::readPHPArgv() in lmbCliInput.class.php
Method reset
lmbCliOption::reset() in lmbCliOption.class.php
Method returnOnExit
lmbCliRunner::returnOnExit() in lmbCliRunner.class.php
s
top
Variable $search_path
lmbCliRunner::$search_path in lmbCliRunner.class.php
Variable $short_name
lmbCliOption::$short_name in lmbCliOption.class.php
Variable $strict_mode
lmbCliInput::$strict_mode in lmbCliInput.class.php
Method sanitizeName
lmbCliRunner::sanitizeName() in lmbCliRunner.class.php
Method setCommandSearchPath
lmbCliRunner::setCommandSearchPath() in lmbCliRunner.class.php
Method setMinimumArguments
lmbCliInput::setMinimumArguments() in lmbCliInput.class.php
Method setValue
lmbCliOption::setValue() in lmbCliOption.class.php
Method setVerbose
lmbCliResponse::setVerbose() in lmbCliResponse.class.php
Method strictMode
lmbCliInput::strictMode() in lmbCliInput.class.php
t
top
Variable $throw_exception
lmbCliInput::$throw_exception in lmbCliInput.class.php
Method throwException
lmbCliInput::throwException() in lmbCliInput.class.php
Method throwOnError
lmbCliRunner::throwOnError() in lmbCliRunner.class.php
Method toString
lmbCliOption::toString() in lmbCliOption.class.php
Method touch
lmbCliOption::touch() in lmbCliOption.class.php
u
top
Variable $use_exception
lmbCliRunner::$use_exception in lmbCliRunner.class.php
v
top
Variable $value
lmbCliOption::$value in lmbCliOption.class.php
Variable $value_mode
lmbCliOption::$value_mode in lmbCliOption.class.php
Variable $verbose
lmbCliResponse::$verbose in lmbCliResponse.class.php
Method validate
lmbCliOption::validate() in lmbCliOption.class.php
Class Constant VALUE_NO
lmbCliOption::VALUE_NO in lmbCliOption.class.php
Class Constant VALUE_OPT
lmbCliOption::VALUE_OPT in lmbCliOption.class.php
Class Constant VALUE_REQ
lmbCliOption::VALUE_REQ in lmbCliOption.class.php
w
top
Method write
lmbCliResponse::write() in lmbCliResponse.class.php
a c e g h i l m o p r s t u v w _