class Inspect implements InspectInterface

Class Inspect.

Methods

this( string|object $what, null|object $bindTo = null)

No description

thisClass( string $what, null|object $bindTo = null)

No description

thisInstance( object $what, null|object $bindTo = null)

No description

thisInterface( string $what, null|object $bindTo = null)

No description

thisTrait( string $what, null|object $bindTo = null)

No description

Details

at line line 35
static ClassIntrospection|ObjectIntrospection|InterfaceIntrospection|TraitIntrospection this( string|object $what, null|object $bindTo = null)

Parameters

string|object $what
null|object $bindTo

Return Value

ClassIntrospection|ObjectIntrospection|InterfaceIntrospection|TraitIntrospection

Exceptions

RuntimeException

at line line 62
static ClassIntrospection thisClass( string $what, null|object $bindTo = null)

Parameters

string $what
null|object $bindTo

Return Value

ClassIntrospection

at line line 73
static ObjectIntrospection thisInstance( object $what, null|object $bindTo = null)

Parameters

object $what
null|object $bindTo

Return Value

ObjectIntrospection

at line line 84
static InterfaceIntrospection thisInterface( string $what, null|object $bindTo = null)

Parameters

string $what
null|object $bindTo

Return Value

InterfaceIntrospection

at line line 95
static TraitIntrospection thisTrait( string $what, null|object $bindTo = null)

Parameters

string $what
null|object $bindTo

Return Value

TraitIntrospection