Methods¶
__construct()
¶
Pool.php
:
33
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $class | string | - | - |
| $entries | iterable<string, T> | [] | - |
get()
¶
Pool.php
:
49
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $alias | string | - | - |
Return values
T
Tags
getEntries()
¶
Pool.php
:
83
|
|
|
Return values
iterable<string, T>
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 | - | - |