interface IdentityAwareAccessorsInterface implements IdentityNameAwareAccessorsInterface, IdentityNamespaceAwareAccessorsInterface, IdentityInheritanceAwareAccessorsInterface

Class IdentityAwareAccessorsInterface.

Methods

string
nameQualified()

No description

string
name( bool $qualified = false)

No description

bool
extendsClass( object|string $class)

No description

bool
implementsInterface( string $interface)

No description

bool
usesTrait( string $trait)

No description

Details

string nameQualified()

Return Value

string

string nameUnQualified()

Return Value

string

string name( bool $qualified = false)

Parameters

bool $qualified

Return Value

string

string namespaceName()

Return Value

string

string[] namespaceSections()

Return Value

string[]

bool extendsClass( object|string $class)

Parameters

object|string $class

Return Value

bool

bool implementsInterface( string $interface)

Parameters

string $interface

Return Value

bool

bool usesTrait( string $trait)

Parameters

string $trait

Return Value

bool