HigherOrderWhenProxy
class HigherOrderWhenProxy (View source)
Properties
Methods
__construct(mixed $target)
Create a new proxy instance.
$this
condition(bool $condition)
Set the condition on the proxy.
$this
negateConditionOnCapture()
Indicate that the condition should be negated.
mixed
__get(string $key)
Proxy accessing an attribute onto the target.
mixed
__call(string $method, array $parameters)
Proxy a method call on the target.