Methods¶
__construct()
¶
Pool.php
:
34
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$class | string | - | - |
$entries | iterable<string|int, mixed> | [] | - |
get()
¶
Pool.php
:
50
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$alias | string | - | - |
Tags
getEntries()
¶
Pool.php
:
84
|
|
Return values
iterable<string|int, mixed>
has()
¶
Pool.php
:
40
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$alias | string | - | - |
Return values
bool
setExceptionArgumentName()
¶
Pool.php
:
102
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$exceptionArgumentName | string | - | - |
setExceptionMessageTemplate()
¶
Pool.php
:
107
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$exceptionMessageTemplate | string | - | - |