Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Examples
ExampleIMAPClient
PHP Class Examples\ExampleIMAPClient
Inheritance:
extends
PHPDaemon\Core\AppInstance
Mostrar archivo
Open project: kakserpom/phpdaemon
Public Methods
Method
Description
onReady
( ) :
void
Called when the worker is ready to go.
Protected Methods
Method
Description
getConfigDefaults
( ) :
array
|
boolean
Setting default config options
Method Details
getConfigDefaults()
protected
method
Setting default config options
protected
getConfigDefaults
( ) :
array
|
boolean
return
array
|
boolean
onReady()
public
method
Called when the worker is ready to go.
public
onReady
( ) :
void
return
void