Documentation

CanProxyAssertion
in package

FinalYes

Assertion that verifies that a class can be proxied

Table of Contents

Methods

__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

assertClassCanBeProxied()

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

        
On this page

Search results