<TKey is array-key, out TValue>
Methods | ||
---|---|---|
public
|
__construct(Enumerable<TKey, TValue> $collection, string $method): void
|
# |
public
|
__get(string $key): mixed
|
# |
public
|
__call(string $method, array $parameters): mixed
|
# |
Properties | |||
---|---|---|---|
protected
|
Enumerable<TKey, TValue>
|
$collection
|
# |
protected
|
string
|
$method
|
# |