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

Element index for package apidoc

[ e ] [ i ] [ p ] [ r ] [ s ]

e

$error_message_prefix
in file Command.php, variable System_Command_Error::$error_message_prefix
    Message in front of the error message
errorMessage
in file Command.php, method System_Command::errorMessage()
    Return a textual error message for a System_Command error code
execute
in file Command.php, method System_Command::execute()
    Executes the code according to given options
top

i

isError
in file Command.php, method System_Command::isError()
    Tell whether a result code from a System_Command method is an error
top

p

pushCommand
in file Command.php, method System_Command::pushCommand()
    Used to push a command onto the running command to be executed
pushOperator
in file Command.php, method System_Command::pushOperator()
    Used to push an operator onto the running command to be executed
top

r

reset
in file Command.php, method System_Command::reset()
    Prepare for a new command to be built
top

s

setOption
in file Command.php, method System_Command::setOption()
    Sets the value for an option. Each option should be set to true or false; except the 'SHELL' option which should be a string naming a shell. The options are:
System_Command
in file Command.php, method System_Command::System_Command()
    Class constructor
System_Command
in file Command.php, class System_Command
    The System_Command:: class implements an abstraction for various ways of executing commands (directly using the backtick operator, as a background task after the script has terminated using register_shutdown_function() or as a detached process using nohup).
System_Command_Error
in file Command.php, method System_Command_Error::System_Command_Error()
System_Command_Error
in file Command.php, class System_Command_Error
    System_Command_Error constructor.
top

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