[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

Utility class used to filter methods that can be proxied

Author: Marco Pivetta <ocramius@gmail.com>
License: MIT
File Size: 82 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

  getProxiedMethods()
  getAbstractProxiedMethods()
  doFilter()
  methodCannotBeProxied()

Functions
Functions that are not part of a class:

getProxiedMethods(ReflectionClass $class, array $excluded = null)   X-Ref

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

getAbstractProxiedMethods(ReflectionClass $class, array $excluded = null)   X-Ref

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

doFilter(ReflectionClass $class, array $excluded, bool $requireAbstract = false)   X-Ref

param: ReflectionClass $class
param: string[]        $excluded
param: bool            $requireAbstract
return: ReflectionMethod[]

methodCannotBeProxied(ReflectionMethod $method)   X-Ref
No description



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1