ClassInspect
class ClassInspect
Class ClassInspect.
Methods
static
string
getName(
string|object $for,
bool $qualified = true)
No description
static
string
getNameQualified(
string|object $for)
No description
static
string
getNameShort(
string|object $for)
No description
static
string
getNamespace(
string|object $for)
No description
static
string[]
getNamespaceArray(
string|object $for)
No description
static
bool
isClass(
mixed $class)
No description
static
bool
isInstance(
mixed $instance)
No description
static
bool
isInterface(
mixed $interface)
No description
static
bool
isTrait(
string $trait)
No description
static
bool
assertClass(
mixed $class)
No description
static
bool
assertInstance(
mixed $instance)
No description
static
bool
assertInterface(
mixed $interface)
No description
static
bool
assertTrait(
mixed $trait)
No description
static
null|ReflectionClass|ReflectionObject
getReflection(
string|object $for)
No description
static
bool
isThrowableEquitable(
string|object $class)
No description