class DocblockHelper (View source)

The DocblockHelper class.

Methods

static string
listVarTypes(array $data)

listVarTypes

static string
listMethods(mixed $class, int $type = \ReflectionMethod::IS_PUBLIC | \ReflectionMethod::IS_STATIC)

listMethods

static string
renderDocblock(string $content)

renderDocblock

Details

at line line 27
static string listVarTypes(array $data)

listVarTypes

Parameters

array $data

Return Value

string

at line line 56
static string listMethods(mixed $class, int $type = \ReflectionMethod::IS_PUBLIC | \ReflectionMethod::IS_STATIC)

listMethods

Parameters

mixed $class
int $type

Return Value

string

at line line 98
static string renderDocblock(string $content)

renderDocblock

Parameters

string $content

Return Value

string