PHP_Shell
[ class tree: PHP_Shell ] [ index: PHP_Shell ] [ all elements ]

Element index for package PHP_Shell

[ a ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ l ] [ o ] [ p ] [ r ] [ s ] [ v ] [ _ ]

_

__autoload
in file php-shell-cmd.php, function __autoload()
    default autoloader
__construct
in file Shell.php, method PHP_Shell::__construct()
    init the shell and change if readline support is available
__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

a

$autoload
in file Autoload.php, variable PHP_Shell_Extensions_Autoload::$autoload
    does the use want to use the internal autoload ?
$autoload_debug
in file AutoloadDebug.php, variable PHP_Shell_Extensions_AutoloadDebug::$autoload_debug
    is the extenion enabled
$autoload_depth
in file AutoloadDebug.php, variable PHP_Shell_Extensions_AutoloadDebug::$autoload_depth
    recursive depth of the includes
appendCode
in file Shell.php, method PHP_Shell::appendCode()
    append code to the code-buffer
applyColourScheme
in file Colour.php, method PHP_Shell_Extensions_Colour::applyColourScheme()
    apply a colour scheme to the current shell
Autoload.php
procedural page Autoload.php
AutoloadDebug.php
procedural page AutoloadDebug.php
top

c

$code
in file Shell.php, variable PHP_Shell::$code
    current code-buffer
$code_buffer
in file Shell.php, variable PHP_Shell::$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
cmdLoadScript
in file LoadScript.php, method PHP_Shell_Extensions_LoadScript::cmdLoadScript()
    cmdLoadScript Load a script
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

d

decAutoloadDepth
in file AutoloadDebug.php, method PHP_Shell_Extensions_AutoloadDebug::decAutoloadDepth()
    decrement the depth counter
top

e

$end_time
in file ExecutionTime.php, variable PHP_Shell_Extensions_ExecutionTime::$end_time
$exec_time
in file ExecutionTime.php, variable PHP_Shell_Extensions_ExecutionTime::$exec_time
$exts
in file Extensions.php, variable PHP_Shell_Extensions::$exts
    storage for the extension
execute
in file Options.php, method PHP_Shell_Options::execute()
    execute a :set command
Echo.php
procedural page Echo.php
ExecutionTime.php
procedural page ExecutionTime.php
Extensions.php
procedural page Extensions.php
top

g

get
in file Prototypes.php, method PHP_ShellPrototypes::get()
    get return the prototype info of a a function or object
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()
    getExecTime return the exec consumed time
getInstance
in file Prototypes.php, method PHP_ShellPrototypes::getInstance()
    getInstance return the instance of the class (Singleton pattern)
getInstance
in file Extensions.php, method PHP_Shell_Extensions::getInstance()
    Factory
getInstance
in file Commands.php, method PHP_Shell_Commands::getInstance()
    getInstance return the instance (singleton pattern)
getInstance
in file Options.php, method PHP_Shell_Options::getInstance()
    Return an instance of this
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()
    getParseTime return the parser consumed time
getVersion
in file Shell.php, method PHP_Shell::getVersion()
    get version of the class
top

h

$have_readline
in file Shell.php, variable PHP_Shell::$have_readline
    set if readline support is enabled
hasReadline
in file Shell.php, method PHP_Shell::hasReadline()
    check if readline support is enabled
top

i

$instance
in file Commands.php, variable PHP_Shell_Commands::$instance
    instance of the current class
$instance
in file Extensions.php, variable PHP_Shell_Extensions::$instance
$instance
in file Options.php, variable PHP_Shell_Options::$instance
    instance of the current class
$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 ?
isEcho
in file Echo.php, method PHP_Shell_Extensions_Echo::isEcho()
    check if we have a echo print-out
isShow
in file ExecutionTime.php, method PHP_Shell_Extensions_ExecutionTime::isShow()
    is the ExecTime extension enabled?
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

l

LoadScript.php
procedural page LoadScript.php
top

o

$oneshot_verbose
in file VerbosePrint.php, variable PHP_Shell_Extensions_VerbosePrint::$oneshot_verbose
$options
in file Options.php, variable PHP_Shell_Options::$options
    known options and their setors
$option_aliases
in file Options.php, variable PHP_Shell_Options::$option_aliases
    known options and their setors
$opt_echo
in file Echo.php, variable PHP_Shell_Extensions_Echo::$opt_echo
$opt_verbose
in file VerbosePrint.php, variable PHP_Shell_Extensions_VerbosePrint::$opt_verbose
optSetAutoload
in file Autoload.php, method PHP_Shell_Extensions_Autoload::optSetAutoload()
    sets the autoload-flag
optSetAutoloadDebug
in file AutoloadDebug.php, method PHP_Shell_Extensions_AutoloadDebug::optSetAutoloadDebug()
    handle the autoloaddebug flag
optSetBackground
in file Colour.php, method PHP_Shell_Extensions_Colour::optSetBackground()
    background colours
optSetEcho
in file Echo.php, method PHP_Shell_Extensions_Echo::optSetEcho()
    Set verbose
optSetExecTime
in file ExecutionTime.php, method PHP_Shell_Extensions_ExecutionTime::optSetExecTime()
    optSetExecTime
optSetVerbose
in file VerbosePrint.php, method PHP_Shell_Extensions_VerbosePrint::optSetVerbose()
    Set verbose
Options.php
procedural page Options.php
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
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_ShellPrototypes
PHP_Shell_Commands
in file Commands.php, class PHP_Shell_Commands
    PHP_Shell_Commands Class
PHP_Shell_defaultErrorHandler
in file php-shell-cmd.php, function PHP_Shell_defaultErrorHandler()
    default error-handler
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
    PHP_Shell_Extensions_Autoload
PHP_Shell_Extensions_AutoloadDebug
in file AutoloadDebug.php, class PHP_Shell_Extensions_AutoloadDebug
    PHP_Shell_Extensions_AutoloadDebug
PHP_Shell_Extensions_Colour
in file Colour.php, class PHP_Shell_Extensions_Colour
    PHP_Shell_Extensions_Colour
PHP_Shell_Extensions_Echo
in file Echo.php, class PHP_Shell_Extensions_Echo
    PHP_Shell_Extensions_Echo
PHP_Shell_Extensions_ExecutionTime
in file ExecutionTime.php, class PHP_Shell_Extensions_ExecutionTime
    PHP_Shell_Extensions_ExecutionTime
PHP_Shell_Extensions_InlineHelp
in file InlineHelp.php, class PHP_Shell_Extensions_InlineHelp
    PHP_Shell_Extensions_InlineHelp
PHP_Shell_Extensions_LoadScript
in file LoadScript.php, class PHP_Shell_Extensions_LoadScript
    PHP_Shell_Extensions_LoadScript
PHP_Shell_Extensions_VerbosePrint
in file VerbosePrint.php, class PHP_Shell_Extensions_VerbosePrint
    PHP_Shell_Extensions_VerbosePrint
PHP_Shell_Options
in file Options.php, class PHP_Shell_Options
    PHP_Shell_Options Class
PHP_Shell_readlineComplete
in file Shell.php, function PHP_Shell_readlineComplete()
    a readline completion callback
top

r

readline
in file Shell.php, method PHP_Shell::readline()
    show the prompt and fetch a single line
register
in file VerbosePrint.php, method PHP_Shell_Extensions_VerbosePrint::register()
    Register a command
register
in file InlineHelp.php, method PHP_Shell_Extensions_InlineHelp::register()
    register a extension
register
in file LoadScript.php, method PHP_Shell_Extensions_LoadScript::register()
    register a extension
register
in file Autoload.php, method PHP_Shell_Extensions_Autoload::register()
    register a extension
register
in file Options.php, method PHP_Shell_Options::register()
    Register
register
in file Extensions.php, method PHP_Shell_Extension::register()
    Register a extension
register
in file Colour.php, method PHP_Shell_Extensions_Colour::register()
    register a extension
register
in file AutoloadDebug.php, method PHP_Shell_Extensions_AutoloadDebug::register()
    register a extension
register
in file ExecutionTime.php, method PHP_Shell_Extensions_ExecutionTime::register()
    register a function
register
in file Echo.php, method PHP_Shell_Extensions_Echo::register()
    Register a command
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

s

$show_exectime
in file ExecutionTime.php, variable PHP_Shell_Extensions_ExecutionTime::$show_exectime
$stdin
in file Shell.php, variable PHP_Shell::$stdin
Shell.php
procedural page Shell.php
startExecTime
in file ExecutionTime.php, method PHP_Shell_Extensions_ExecutionTime::startExecTime()
    startExecTime Set the start exec time to now
startParseTime
in file ExecutionTime.php, method PHP_Shell_Extensions_ExecutionTime::startParseTime()
    startParseTime Set the parser start time to now
stopTime
in file ExecutionTime.php, method PHP_Shell_Extensions_ExecutionTime::stopTime()
    stopTime Set the end time to now
top

v

$version
in file Shell.php, variable PHP_Shell::$version
    current version of the class
VerbosePrint.php
procedural page VerbosePrint.php
top

Documentation generated on Mon, 11 Mar 2019 15:46:52 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.