PHP Class PHPDaemon\Core\TransportContext

Author: Vasily Zorin ([email protected])
Inheritance: extends AppInstance
Datei anzeigen Open project: kakserpom/phpdaemon

Public Methods

Method Description
init ( ) : void Init

Protected Methods

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

Method Details

getConfigDefaults() protected method

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

init() public method

Init
public init ( ) : void
return void