mediatekformation

CanProxyAssertion
in package

Assertion that verifies that a class can be proxied

Table of Contents

__construct()  : mixed
Disabled constructor: not meant to be instantiated
assertClassCanBeProxied()  : void
hasNoAbstractProtectedMethods()  : void
isNotFinal()  : void
isNotInterface()  : void

Methods

__construct()

Disabled constructor: not meant to be instantiated

public __construct() : mixed
Tags
throws
BadMethodCallException
Return values
mixed

assertClassCanBeProxied()

public static assertClassCanBeProxied(ReflectionClass $originalClass[, bool $allowInterfaces = true ]) : void
Parameters
$originalClass : ReflectionClass
$allowInterfaces : bool = true
Tags
throws
InvalidProxiedClassException
Return values
void

hasNoAbstractProtectedMethods()

private static hasNoAbstractProtectedMethods(ReflectionClass $originalClass) : void
Parameters
$originalClass : ReflectionClass
Tags
throws
InvalidProxiedClassException
Return values
void

Search results