Index of all elements
[ a ]
[ c ]
[ d ]
[ e ]
[ g ]
[ h ]
[ i ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ _ ]
top
c
- $code
- in file Shell.php, variable PHP_Shell::$code
current code-buffer
- $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
- cmdHelp
- in file Shell.php, method PHP_Shell::cmdHelp()
get the inline help
- cmdLicense
- in file Shell.php, method PHP_Shell::cmdLicense()
get the license string
- cmdPrint
- in file VerbosePrint.php, method PHP_Shell_Extensions_VerbosePrint::cmdPrint()
handle the 'p ' command
- cmdQuit
- in file Shell.php, method PHP_Shell::cmdQuit()
handle the 'quit' 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
- Commands.php
- procedural page Commands.php
- Colour.php
- procedural page Colour.php
top
top
top
g
- get
- in file Prototypes.php, method PHP_ShellPrototypes::get()
- getCode
- in file Shell.php, method PHP_Shell::getCode()
get the code-buffer
- 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 Prototypes.php, method PHP_ShellPrototypes::getInstance()
- getInstance
- in file Extensions.php, method PHP_Shell_Extensions::getInstance()
- getInstance
- in file Commands.php, method PHP_Shell_Commands::getInstance()
- getInstance
- in file Options.php, method PHP_Shell_Options::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()
- getVersion
- in file Shell.php, method PHP_Shell::getVersion()
get version of the class
top
top
i
- $instance
- in file Commands.php, variable PHP_Shell_Commands::$instance
- $instance
- in file Extensions.php, variable PHP_Shell_Extensions::$instance
- $instance
- in file Options.php, variable PHP_Shell_Options::$instance
- $instance
- in file Colour.php, variable PHP_Shell_Extensions_Colour::$instance
- incAutoloadDepth
- in file AutoloadDebug.php, method PHP_Shell_Extensions_AutoloadDebug::incAutoloadDepth()
increment the depth counter
- input
- in file Shell.php, method PHP_Shell::input()
handle the input line
- isAutoloadDebug
- in file AutoloadDebug.php, method PHP_Shell_Extensions_AutoloadDebug::isAutoloadDebug()
is the autoload-debug flag set ?
- isAutoloadEnabled
- in file Autoload.php, method PHP_Shell_Extensions_Autoload::isAutoloadEnabled()
is the autoload-flag set ?
- isShow
- in file ExecutionTime.php, method PHP_Shell_Extensions_ExecutionTime::isShow()
- isVerbose
- in file VerbosePrint.php, method PHP_Shell_Extensions_VerbosePrint::isVerbose()
check if we have a verbose print-out
- InlineHelp.php
- procedural page InlineHelp.php
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
- parse
- in file Shell.php, method PHP_Shell::parse()
parse the PHP code
- PHP_Shell
- in file Shell.php, class PHP_Shell
- php-shell-cmd.php
- procedural page php-shell-cmd.php
- Prototypes.php
- procedural page Prototypes.php
- php-shell-cmd.php
- procedural page php-shell-cmd.php
- 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
- readline
- in file Shell.php, method PHP_Shell::readline()
show the prompt and fetch a single line
- register
- in file InlineHelp.php, method PHP_Shell_Extensions_InlineHelp::register()
- register
- in file Autoload.php, method PHP_Shell_Extensions_Autoload::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 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()
- register
- in file ExecutionTime.php, method PHP_Shell_Extensions_ExecutionTime::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
- resetCode
- in file Shell.php, method PHP_Shell::resetCode()
reset the code-buffer
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
top
top
Documentation generated on Mon, 11 Mar 2019 14:40:32 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|