PHP Class PHPDaemon\Servers\FlashPolicy\Pool

Inheritance: extends PHPDaemon\Network\Server
Show file Open project: kakserpom/phpdaemon Class Usage Examples

Public Properties

Property Type Description
$policyData Cached policy file contents

Public Methods

Method Description
onConfigUpdated ( ) : void Called when worker is going to update configuration
onReady ( ) : void Called when worker is ready

Protected Methods

Method Description
getConfigDefaults ( ) : array | boolean Setting default config options Overriden from ConnectionPool::getConfigDefaults

Method Details

getConfigDefaults() protected method

Setting default config options Overriden from ConnectionPool::getConfigDefaults
protected getConfigDefaults ( ) : array | boolean
return array | boolean

onConfigUpdated() public method

Called when worker is going to update configuration
public onConfigUpdated ( ) : void
return void

onReady() public method

Called when worker is ready
public onReady ( ) : void
return void

Property Details

$policyData public property

Cached policy file contents
public $policyData