PHP Class PHPDaemon\Clients\Redis\Examples\SimpleRequest

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

Public Properties

Property Type Description
$appInstance Simple
$job PHPDaemon\Core\ComplexJob

Public Methods

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

Method Details

init() public method

Constructor.
public init ( ) : void
return void

run() public method

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

Property Details

$appInstance public_oe property

Simple
public $appInstance

$job public_oe property

public ComplexJob,PHPDaemon\Core $job
return PHPDaemon\Core\ComplexJob