[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Util/ -> ProxiedMethodsFilter.php (summary)

(no description)

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

Defines 1 class

ProxiedMethodsFilter:: (1 method):
  getProxiedMethods()


Class: ProxiedMethodsFilter  - X-Ref

Utility class used to filter methods that can be proxied

getProxiedMethods(ReflectionClass $class,array $excluded = array('__get', '__set', '__isset', '__unset', '__clone', '__sleep', '__wakeup')   X-Ref

param: ReflectionClass $class    reflection class from which methods should be extracted
param: string[]        $excluded methods to be ignored
return: ReflectionMethod[]



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1