PHP Class PHPDaemon\Applications\GibsonREST\Request

Inheritance: extends PHPDaemon\HTTPRequest\Generic
Exibir arquivo Open project: kakserpom/phpdaemon

Protected Properties

Property Type Description
$args
$cmd
$performed
$result

Public Methods

Method Description
init ( ) * Constructor.
run ( ) : integer Called when request iterated.

Protected Methods

Method Description
importCmdArgs ( ) * Import command name and arguments from input
importCmdArgsFromPost ( ) * Performs command
performCommand ( )

Method Details

importCmdArgs() protected method

* Import command name and arguments from input
protected importCmdArgs ( )

importCmdArgsFromPost() protected method

* Performs command
protected importCmdArgsFromPost ( )

init() public method

* Constructor.
public init ( )

performCommand() protected method

protected performCommand ( )

run() public method

Called when request iterated.
public run ( ) : integer
return integer Status.

Property Details

$args protected_oe property

protected $args

$cmd protected_oe property

protected $cmd

$performed protected_oe property

protected $performed

$result protected_oe property

protected $result