Methods¶
__construct() ¶
Pool.php
:
33
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$class | string | - | - |
$entries | iterable<string|int, mixed> | [] | - |
get() ¶
Pool.php
:
49
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$alias | string | - | - |
Tags
getEntries() ¶
Pool.php
:
83
|
|
Return values
iterable<string|int, mixed>
has() ¶
Pool.php
:
39
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$alias | string | - | - |
Return values
bool
setExceptionArgumentName() ¶
Pool.php
:
101
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$exceptionArgumentName | string | - | - |
setExceptionMessageTemplate() ¶
Pool.php
:
106
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$exceptionMessageTemplate | string | - | - |