[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 64 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
AccessInterceptorInterface:: (2 methods):
setMethodPrefixInterceptor()
setMethodSuffixInterceptor()
Interface: AccessInterceptorInterface - X-Ref
Access interceptor object markersetMethodPrefixInterceptor($methodName, \Closure $prefixInterceptor = null) X-Ref |
Set or remove the prefix interceptor for a method param: string $methodName name of the intercepted method param: \Closure|null $prefixInterceptor interceptor closure or null to unset the currently active interceptor return: void |
setMethodSuffixInterceptor($methodName, \Closure $suffixInterceptor = null) X-Ref |
Set or remove the suffix interceptor for a method param: string $methodName name of the intercepted method param: \Closure|null $suffixInterceptor interceptor closure or null to unset the currently active interceptor return: void |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |