PHP 클래스 PHPDaemon\Servers\IRCBouncer\Pool

상속: extends PHPDaemon\Network\Server
파일 보기 프로젝트 열기: kakserpom/phpdaemon 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$channels object
$client Pool
$conn Connection
$db Pool
$messages object
$protologging boolean

공개 메소드들

메소드 설명
applyConfig ( )
getConnection ( string $url )
onReady ( )

보호된 메소드들

메소드 설명
getConfigDefaults ( ) : array | boolean Setting default config options Overriden from ConnectionPool::getConfigDefaults
init ( )

메소드 상세

applyConfig() 공개 메소드

public applyConfig ( )

getConfigDefaults() 보호된 메소드

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

getConnection() 공개 메소드

public getConnection ( string $url )
$url string

init() 보호된 메소드

protected init ( )

onReady() 공개 메소드

public onReady ( )

프로퍼티 상세

$channels 공개적으로 프로퍼티

public object $channels
리턴 object

$client 공개적으로 프로퍼티

public Pool,PHPDaemon\Servers\IRCBouncer $client
리턴 Pool

$conn 공개적으로 프로퍼티

public Connection,PHPDaemon\Servers\IRCBouncer $conn
리턴 Connection

$db 공개적으로 프로퍼티

public Pool,PHPDaemon\Servers\IRCBouncer $db
리턴 Pool

$messages 공개적으로 프로퍼티

public object $messages
리턴 object

$protologging 공개적으로 프로퍼티

public bool $protologging
리턴 boolean