PHP Class PHPDaemon\Servers\FlashPolicy\Pool

Inheritance: extends PHPDaemon\Network\Server
Afficher le fichier Open project: kakserpom/phpdaemon Class Usage Examples

Méthodes publiques

Свойство Type Description
$policyData Cached policy file contents

Méthodes publiques

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

Méthodes protégées

Méthode Description
getConfigDefaults ( ) : array | boolean Setting default config options Overriden from ConnectionPool::getConfigDefaults

Method Details

getConfigDefaults() protected méthode

Setting default config options Overriden from ConnectionPool::getConfigDefaults
protected getConfigDefaults ( ) : array | boolean
Résultat array | boolean

onConfigUpdated() public méthode

Called when worker is going to update configuration
public onConfigUpdated ( ) : void
Résultat void

onReady() public méthode

Called when worker is ready
public onReady ( ) : void
Résultat void

Property Details

$policyData public_oe property

Cached policy file contents
public $policyData