[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/ -> AccessInterceptorInterface.php (summary)

(no description)

File Size: 64 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

AccessInterceptorInterface:: (2 methods):
  setMethodPrefixInterceptor()
  setMethodSuffixInterceptor()


Interface: AccessInterceptorInterface  - X-Ref

Access interceptor object marker

setMethodPrefixInterceptor($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