HigherOrderCollectionProxy
class HigherOrderCollectionProxy mixin TKey, mixin TValue
Methods
mixed
__get(string $key)
Proxy accessing an attribute onto the collection items.
mixed
__call(string $method, array $parameters)
Proxy a method call onto the collection items.
Details
at line 22
__construct(Enumerable $collection, string $method)
Create a new proxy instance.
at line 31
mixed
__get(string $key)
Proxy accessing an attribute onto the collection items.
at line 43
mixed
__call(string $method, array $parameters)
Proxy a method call onto the collection items.