* $interceptor = function ($proxy, $instance, string $method, array $params, & $returnEarly) {}; * * * @param string $methodName name of the intercepted method * @param Closure|null $prefixInterceptor interceptor closure or null to unset the currently active interceptor * @psalm-param null|Closure( * InterceptedObjectType&AccessInterceptorInterface=, * InterceptedObjectType=, * string=, * array=, * bool= * ) : mixed $prefixInterceptor */ public function setMethodPrefixInterceptor(string $methodName, ?Closure $prefixInterceptor = null): void; /** * Set or remove the suffix interceptor for a method * * @link https://github.com/Ocramius/ProxyManager/blob/master/docs/access-interceptor-value-holder.md * * A prefix interceptor should have a signature like following: * * * $interceptor = function ($proxy, $instance, string $method, array $params, $returnValue, & $returnEarly) {}; * * * @param string $methodName name of the intercepted method * @param Closure|null $suffixInterceptor interceptor closure or null to unset the currently active interceptor * @psalm-param null|Closure( * InterceptedObjectType&AccessInterceptorInterface=, * InterceptedObjectType=, * string=, * array=, * mixed=, * bool= * ) : mixed $suffixInterceptor */ public function setMethodSuffixInterceptor(string $methodName, ?Closure $suffixInterceptor = null): void; } __halt_compiler();----SIGNATURE:----ra2eUzW/A9aHv6sF9aQ/5/b0hbLEUiFMuWH6xJZ504ci9k/NwFaV8VoXvYFNRK3+Qn9kaxU0SDCy3siTyPRV8y3GA4xem4s72tcdrOvwTOK2kXzjYZXq9zI3n6BMvNDealM98jtWp4au6l8gwuIXBrKuzFev/4rZ4hdeg63D1BC7GZxUISO+GiX8I9aISuRrHFkmIj8O4ykiyTyJArQy0wi8oz2i/FMAK1qgOGDyypSVh5KyCgwyJiJmOOQMnIoZzJ4WNT4TWo5nzbosFUHPubZNvsJICs9q6jtP3eVM83zImZxVtvdw2H/jg6RcU9asfPfHwfyNJpj5YdfHIrVuyRBBdAKGTyBm2m0kZzReOPxe6AVK+eTVnBZhMuJxy6ZQJtaH1ekg3DGf6xAfFV/QOtMkWvwGeZ1pEkWihnypTRlTNm65y+6EK/5U2jLTOnARlSz391h8VO6ZDxlniprlbWIg9Io6SeFDofsOBYHVlTLg5o2coDDmd+uSl67uHGzjrKsK32J+o0xRWXTtsOu5Ac+LILpdGZib+un66KFo9mfSdebYhyGyS392R7b3YMgEKniyhJQKNPkB7NZ4t7DNHVcQHXX7Q020W1PTscalF4K4Tqnwy2a3tkPitySJk1DYmG9K/MBXBE1MDKNdUfifUoLl8z5B3os9SIiZMJBsAsw=----ATTACHMENT:----OTQ0NDYwNDIzMDA2NDkwNyA2NDU4NzkwMDAwNDcxMjE5IDI1ODM2MzA4Nzg0NzE2MTU=