class ClassInstantiator

Class ClassInstantiator.

Methods

static  object
instantiate( string|object $what, mixed $constructorArguments)

No description

static  bool
hasInternalAncestors( ReflectionClass $reflectionClass)

No description

Details

at line line 30
final static object instantiate( string|object $what, mixed $constructorArguments)

Parameters

string|object $what
mixed $constructorArguments

Return Value

object

at line line 93
final static bool hasInternalAncestors( ReflectionClass $reflectionClass)

Parameters

ReflectionClass $reflectionClass

Return Value

bool