WebAssemblyApplication
class WebAssemblyApplication extends ApplicationAbstract
Traits
Properties
protected | $_type | ||
protected string | $_group | Group name that runs the app process |
from ApplicationAbstract |
protected string | $_user | Username that runs the app process |
from ApplicationAbstract |
Methods
No description
Get the instance as an array.
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
in
HasListeners at line 17
void
setListener(Listener $listener)
Setup new listener
in
HasListeners at line 27
array
getListeners()
Get listeners linked to object;
in
HasListeners at line 37
bool
hasListeners()
Check if listeners are empty or not
in
ApplicationAbstract at line 101
__construct($data = null)
No description
in
ApplicationAbstract at line 111
void
setUnitRequest(UnitRequest $unitRequest)
No description
in
ApplicationAbstract at line 116
string
getType()
No description
in
ApplicationAbstract at line 121
string
getGroup()
No description
in
ApplicationAbstract at line 126
void
setGroup(string $name)
No description
in
ApplicationAbstract at line 131
string
getUser()
No description
in
ApplicationAbstract at line 136
void
setUser(string $name)
No description
in
ApplicationAbstract at line 141
array
getEnvironment()
No description
in
ApplicationAbstract at line 149
void
setEnvironment(array $environment)
No description
in
ApplicationAbstract at line 160
ProcessIsolation|null
getIsolation()
No description
in
ApplicationAbstract at line 165
void
setIsolation(ProcessIsolation $isolation)
No description
in
ApplicationAbstract at line 170
ApplicationProcess|int|null
getProcesses()
No description
in
ApplicationAbstract at line 175
void
setProcesses(ApplicationProcess|int $processes)
No description
in
ApplicationAbstract at line 180
RequestLimit|null
getLimits()
No description
in
ApplicationAbstract at line 185
void
setLimits(RequestLimit $requestLimit)
No description
in
ApplicationAbstract at line 190
string
getStdErr()
No description
in
ApplicationAbstract at line 195
void
setStdErr(string $path)
No description
in
ApplicationAbstract at line 200
string
getStdOut()
No description
in
ApplicationAbstract at line 205
void
setStdOut(string $path)
No description
in
ApplicationAbstract at line 210
string
getWorkingDirectory()
No description
in
ApplicationAbstract at line 215
void
setWorkingDirectory(string $path)
No description
in
ApplicationAbstract at line 223
string
getName()
No description
in
ApplicationAbstract at line 231
void
setName(string $name)
No description
at line 248
final void
parseFromArray(array $data)
No description
in
ApplicationAbstract at line 295
bool
restartApplication()
No description
at line 290
array
toArray()
Get the instance as an array.
in
ApplicationAbstract at line 321
string|false
toJson()
No description
at line 87
void
setModule(string $module)
No description
at line 95
string
getModule()
No description
at line 103
void
setRequestHandler(string $request_handler)
No description
at line 111
string
getRequestHandler()
No description
at line 119
void
setMallocHandler(string $malloc_handler)
No description
at line 127
string
getMallocHandler()
No description
at line 135
void
setFreeHandler(string $free_handler)
No description
at line 143
string
getFreeHandler()
No description
at line 151
void
setAccess(object $access)
No description
at line 159
object
getAccess()
No description
at line 167
void
setModuleInitHandler(string $module_init_handler)
No description
at line 175
string
getModuleEndHandler()
No description
at line 183
void
setModuleEndHandler(string $module_end_handler)
No description
at line 191
string
getModuleInitHandler()
No description
at line 199
void
setRequestInitHandler(string $request_init_handler)
No description
at line 207
string
getRequestInitHandler()
No description
at line 216
void
setRequestEndHandler(string $request_end_handler)
No description
at line 224
string
getRequestEndHandler()
No description
at line 232
void
setResponseEndHandler(string $response_end_handler)
No description
at line 240
string
getResponseEndHandler()
No description