PHP Class PHPDaemon\Applications\GibsonREST\App

Author: Vasily Zorin ([email protected])
Inheritance: extends PHPDaemon\Core\AppInstance
Exibir arquivo Open project: kakserpom/phpdaemon

Public Properties

Property Type Description
$gibson

Public Methods

Method Description
beginRequest ( $req, $upstream ) : Request Creates Request.
init ( ) : void Constructor.

Protected Methods

Method Description
getConfigDefaults ( ) : array | false Setting default config options Overriden from AppInstance::getConfigDefaults Uncomment and return array with your default options

Method Details

beginRequest() public method

Creates Request.
public beginRequest ( $req, $upstream ) : Request
return Request Request.

getConfigDefaults() protected method

Setting default config options Overriden from AppInstance::getConfigDefaults Uncomment and return array with your default options
protected getConfigDefaults ( ) : array | false
return array | false

init() public method

Constructor.
public init ( ) : void
return void

Property Details

$gibson public_oe property

public $gibson