PHP Class PHPDaemon\Servers\IRCBouncer\Pool

Inheritance: extends PHPDaemon\Network\Server
Datei anzeigen Open project: kakserpom/phpdaemon Class Usage Examples

Public Properties

Property Type Description
$channels object
$client Pool
$conn Connection
$db Pool
$messages object
$protologging boolean

Public Methods

Method Description
applyConfig ( )
getConnection ( string $url )
onReady ( )

Protected Methods

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

Method Details

applyConfig() public method

public applyConfig ( )

getConfigDefaults() protected method

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

getConnection() public method

public getConnection ( string $url )
$url string

init() protected method

protected init ( )

onReady() public method

public onReady ( )

Property Details

$channels public_oe property

public object $channels
return object

$client public_oe property

public Pool,PHPDaemon\Servers\IRCBouncer $client
return Pool

$conn public_oe property

public Connection,PHPDaemon\Servers\IRCBouncer $conn
return Connection

$db public_oe property

public Pool,PHPDaemon\Servers\IRCBouncer $db
return Pool

$messages public_oe property

public object $messages
return object

$protologging public_oe property

public bool $protologging
return boolean