class ReflectionService implements ReflectionServiceInterface, ReflectionService (View source)

Traits

ReflectionServicePropertyValueTrait
ReflectionServiceBasicNamingConventionTrait
ReflectionServiceReflectionPropertyTrait
SingletonTrait

Methods

getClass(string $class)

No description

getAccessibleProperty(string $class, string $property)

No description

hasPublicMethod(string $class, string $method)

No description

getParentClasses(string $class)

No description

getClassNamespace(string $class)

No description

getClassShortName(string $class)

No description

getReflectionClass($classNameOrObject)

No description

Details

getClass(string $class)

Parameters

string $class

getAccessibleProperty(string $class, string $property)

Parameters

string $class
string $property

hasPublicMethod(string $class, string $method)

Parameters

string $class
string $method

getParentClasses(string $class)

Parameters

string $class

getClassNamespace(string $class)

Parameters

string $class

getClassShortName(string $class)

Parameters

string $class

getReflectionClass($classNameOrObject)

Parameters

$classNameOrObject