Element index for package apidoc
[ a ]
[ c ]
[ d ]
[ e ]
[ g ]
[ i ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ _ ]
_
- __get
- in file Extensions.php, method PHP_Shell_Extensions::__get()
the extension object gives access to the register objects through the a simple $exts->name->...
top
top
c
- $colours
- in file Colour.php, variable PHP_Shell_Extensions_Colour::$colours
shell colours
- $colour_scheme
- in file Colour.php, variable PHP_Shell_Extensions_Colour::$colour_scheme
shell colour schemes
- $commands
- in file Commands.php, variable PHP_Shell_Commands::$commands
registered commands
- cmdHelp
- in file InlineHelp.php, method PHP_Shell_Extensions_InlineHelp::cmdHelp()
handle the '?' commands
- cmdPrint
- in file VerbosePrint.php, method PHP_Shell_Extensions_VerbosePrint::cmdPrint()
handle the 'p ' command
- cmdSet
- in file Options.php, method PHP_Shell_Options::cmdSet()
set a shell-var
- C_BLACK
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_BLACK
- C_BLUE
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_BLUE
- C_BROWN
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_BROWN
- C_CYAN
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_CYAN
- C_GRAY
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_GRAY
- C_GREEN
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_GREEN
- C_LIGHT_BLUE
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_LIGHT_BLUE
- C_LIGHT_CYAN
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_LIGHT_CYAN
- C_LIGHT_GRAY
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_LIGHT_GRAY
- C_LIGHT_GREEN
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_LIGHT_GREEN
- C_LIGHT_PURPLE
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_LIGHT_PURPLE
- C_LIGHT_RED
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_LIGHT_RED
- C_PURPLE
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_PURPLE
- C_RED
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_RED
- C_RESET
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_RESET
- C_WHITE
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_WHITE
- C_YELLOW
- in file Colour.php, class constant PHP_Shell_Extensions_Colour::C_YELLOW
top
top
top
g
- get
- in file Prototypes.php, method PHP_ShellPrototypes::get()
- getColour
- in file Colour.php, method PHP_Shell_Extensions_Colour::getColour()
get a colour for the shell
- getCommands
- in file Commands.php, method PHP_Shell_Commands::getCommands()
return a copy of the commands array
- getExecTime
- in file ExecutionTime.php, method PHP_Shell_Extensions_ExecutionTime::getExecTime()
- getInstance
- in file Options.php, method PHP_Shell_Options::getInstance()
- getInstance
- in file Extensions.php, method PHP_Shell_Extensions::getInstance()
- getInstance
- in file Commands.php, method PHP_Shell_Commands::getInstance()
- getInstance
- in file Prototypes.php, method PHP_ShellPrototypes::getInstance()
- getOptions
- in file Options.php, method PHP_Shell_Options::getOptions()
get all the option names
- getParseTime
- in file ExecutionTime.php, method PHP_Shell_Extensions_ExecutionTime::getParseTime()
top
top
top
p
- $parse_time
- in file ExecutionTime.php, variable PHP_Shell_Extensions_ExecutionTime::$parse_time
- $prototype
- in file Prototypes.php, variable PHP_ShellPrototypes::$prototype
- PHP_ShellPrototypes
- in file Prototypes.php, class PHP_ShellPrototypes
- PHP_Shell_Commands
- in file Commands.php, class PHP_Shell_Commands
Commands for the PHP_Shell
- PHP_Shell_Extension
- in file Extensions.php, class PHP_Shell_Extension
the interface for all shell extensions
- PHP_Shell_Extensions
- in file Extensions.php, class PHP_Shell_Extensions
storage class for Shell Extensions
- PHP_Shell_Extensions_Autoload
- in file Autoload.php, class PHP_Shell_Extensions_Autoload
Autoload Extension
- PHP_Shell_Extensions_AutoloadDebug
- in file AutoloadDebug.php, class PHP_Shell_Extensions_AutoloadDebug
Autoload debugging
- PHP_Shell_Extensions_Colour
- in file Colour.php, class PHP_Shell_Extensions_Colour
- PHP_Shell_Extensions_ExecutionTime
- in file ExecutionTime.php, class PHP_Shell_Extensions_ExecutionTime
- PHP_Shell_Extensions_InlineHelp
- in file InlineHelp.php, class PHP_Shell_Extensions_InlineHelp
- PHP_Shell_Extensions_VerbosePrint
- in file VerbosePrint.php, class PHP_Shell_Extensions_VerbosePrint
- PHP_Shell_Options
- in file Options.php, class PHP_Shell_Options
top
r
- register
- in file Autoload.php, method PHP_Shell_Extensions_Autoload::register()
- register
- in file InlineHelp.php, method PHP_Shell_Extensions_InlineHelp::register()
- register
- in file Options.php, method PHP_Shell_Options::register()
- register
- in file VerbosePrint.php, method PHP_Shell_Extensions_VerbosePrint::register()
- register
- in file ExecutionTime.php, method PHP_Shell_Extensions_ExecutionTime::register()
- register
- in file Extensions.php, method PHP_Shell_Extension::register()
- register
- in file AutoloadDebug.php, method PHP_Shell_Extensions_AutoloadDebug::register()
- register
- in file Colour.php, method PHP_Shell_Extensions_Colour::register()
- registerColourScheme
- in file Colour.php, method PHP_Shell_Extensions_Colour::registerColourScheme()
registers a colour scheme
- registerCommand
- in file Commands.php, method PHP_Shell_Commands::registerCommand()
register your own command for the shell
- registerExtension
- in file Extensions.php, method PHP_Shell_Extensions::registerExtension()
register a single extension
- registerExtensions
- in file Extensions.php, method PHP_Shell_Extensions::registerExtensions()
register set of extensions
- registerOption
- in file Options.php, method PHP_Shell_Options::registerOption()
register a option
- registerOptionAlias
- in file Options.php, method PHP_Shell_Options::registerOptionAlias()
map a option to another option
top
top
t
- tearDown
- in file ShellTests.php, method ShellTests::tearDown()
- testAbstractClass
- in file ShellTests.php, method ShellTests::testAbstractClass()
- testArrayAccessOnObject
- in file ShellTests.php, method ShellTests::testArrayAccessOnObject()
- testClass
- in file ShellTests.php, method ShellTests::testClass()
- testClassConstant
- in file ShellTests.php, method ShellTests::testClassConstant()
- testClassConstantNotExisting
- in file ShellTests.php, method ShellTests::testClassConstantNotExisting()
- testClassDuplicate
- in file ShellTests.php, method ShellTests::testClassDuplicate()
- testClassDuplicateMethod
- in file ShellTests.php, method ShellTests::testClassDuplicateMethod()
- testClassExtends
- in file ShellTests.php, method ShellTests::testClassExtends()
- testClassExtendsNotExisting
- in file ShellTests.php, method ShellTests::testClassExtendsNotExisting()
- testComments
- in file ShellTests.php, method ShellTests::testComments()
- testFunctionDuplicate
- in file ShellTests.php, method ShellTests::testFunctionDuplicate()
- testFunctionDynamicNotExisting
- in file ShellTests.php, method ShellTests::testFunctionDynamicNotExisting()
- testFunctionVars
- in file ShellTests.php, method ShellTests::testFunctionVars()
- testGetInstance
- in file ShellTests.php, method ShellTests::testGetInstance()
- testIf
- in file ShellTests.php, method ShellTests::testIf()
- testImplements
- in file ShellTests.php, method ShellTests::testImplements()
- testInterfaceNotExists
- in file ShellTests.php, method ShellTests::testInterfaceNotExists()
- testInternalMethodCall
- in file ShellTests.php, method ShellTests::testInternalMethodCall()
- testLoops
- in file ShellTests.php, method ShellTests::testLoops()
- testMethod
- in file ShellTests.php, method ShellTests::testMethod()
- testMethodDynamicConst
- in file ShellTests.php, method ShellTests::testMethodDynamicConst()
- testMethodDynamicFunction
- in file ShellTests.php, method ShellTests::testMethodDynamicFunction()
- testMethodDynamicFunctionDynamic
- in file ShellTests.php, method ShellTests::testMethodDynamicFunctionDynamic()
- testMethodVars
- in file ShellTests.php, method ShellTests::testMethodVars()
- testNewClass
- in file ShellTests.php, method ShellTests::testNewClass()
- testNotExistingClass
- in file ShellTests.php, method ShellTests::testNotExistingClass()
- testNotExistingMethod
- in file ShellTests.php, method ShellTests::testNotExistingMethod()
- testObjectArray
- in file ShellTests.php, method ShellTests::testObjectArray()
- testObjectArrayMethodNotExists
- in file ShellTests.php, method ShellTests::testObjectArrayMethodNotExists()
- testSingletonClass
- in file ShellTests.php, method ShellTests::testSingletonClass()
- testStaticCall
- in file ShellTests.php, method ShellTests::testStaticCall()
- testStaticCallNotExists
- in file ShellTests.php, method ShellTests::testStaticCallNotExists()
- testUndefVars
- in file ShellTests.php, method ShellTests::testUndefVars()
- testVariableMethod
- in file ShellTests.php, method ShellTests::testVariableMethod()
- testVariableMethodNotExisting
- in file ShellTests.php, method ShellTests::testVariableMethodNotExisting()
- testVariableStaticMethod
- in file ShellTests.php, method ShellTests::testVariableStaticMethod()
top
Documentation generated on Mon, 11 Mar 2019 14:40:32 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|