class ReflectionUtils

Methods

static 
getOverrideableMethods(ReflectionClass $class, $publicOnly = false)

No description

static 
getUnindentedDocComment(string $docComment)

No description

static 
getFunctionBody(ReflectionFunctionAbstract $function)

No description

Details

at line line 25
static getOverrideableMethods(ReflectionClass $class, $publicOnly = false)

Parameters

ReflectionClass $class
$publicOnly

at line line 41
static getUnindentedDocComment(string $docComment)

Parameters

string $docComment

at line line 63
static getFunctionBody(ReflectionFunctionAbstract $function)

Parameters

ReflectionFunctionAbstract $function