interface InspectInterface

Class InspectInterface.

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 34
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 42
static ClassIntrospection thisClass( string $what, null|object $bindTo = null)

Parameters

string $what
null|object $bindTo

Return Value

ClassIntrospection

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

Parameters

object $what
null|object $bindTo

Return Value

ObjectIntrospection

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

Parameters

string $what
null|object $bindTo

Return Value

InterfaceIntrospection

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

Parameters

string $what
null|object $bindTo

Return Value

TraitIntrospection