trait EntityIntrospectableTrait

Trait EntityIntrospectableTrait.

Methods

string
getObjectName( bool $qualified = false, bool $static = false)

No description

string
getParentName( bool $qualified = false, null|object $instance = null)

No description

mixed
__toArray()

No description

Details

at line line 27
final string getObjectName( bool $qualified = false, bool $static = false)

Parameters

bool $qualified
bool $static

Return Value

string

at line line 38
final string getParentName( bool $qualified = false, null|object $instance = null)

Parameters

bool $qualified
null|object $instance

Return Value

string

at line line 46
abstract mixed __toArray()

Return Value

mixed