1 | <?php |
||
15 | class AuraInputInterceptor implements MethodInterceptor |
||
16 | { |
||
17 | /** |
||
18 | * @var Reader |
||
19 | */ |
||
20 | private $reader; |
||
21 | |||
22 | public function __construct(Reader $reader) |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | * |
||
30 | * @throws InvalidArgumentException |
||
31 | */ |
||
32 | public function invoke(MethodInvocation $invocation) |
||
53 | } |
||
54 |