[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 56 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ProxiedMethodsFilter:: (1 method):
getProxiedMethods()
Class: ProxiedMethodsFilter - X-Ref
Utility class used to filter methods that can be proxiedgetProxiedMethods(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 |