[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/ocramius/proxy-manager/src/ProxyManager/ProxyGenerator/Assertion/ -> CanProxyAssertion.php (summary)

Assertion that verifies that a class can be proxied

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

Defines 5 functions

  __construct()
  assertClassCanBeProxied()
  isNotFinal()
  hasNoAbstractProtectedMethods()
  isNotInterface()

Functions
Functions that are not part of a class:

__construct()   X-Ref
Disabled constructor: not meant to be instantiated


assertClassCanBeProxied(ReflectionClass $originalClass, $allowInterfaces = true)   X-Ref

param: ReflectionClass $originalClass
param: bool            $allowInterfaces

isNotFinal(ReflectionClass $originalClass)   X-Ref

param: ReflectionClass $originalClass

hasNoAbstractProtectedMethods(ReflectionClass $originalClass)   X-Ref

param: ReflectionClass $originalClass

isNotInterface(ReflectionClass $originalClass)   X-Ref
No description



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