__construct()
__construct(string $identifier, callable $callable = null) : mixed
Parameters
string |
$identifier |
A PHP identifier, e.g. a class, method, interface, etc. name
|
callable |
$callable |
The callable targeted by the identifier when it is ambiguous or not a real PHP identifier
|
Returns
mixed
—