class ReflectionClassDocblockContext

Methods

__construct(ReflectionClass $class)

Create a class docblock context.

getDeclaringClass()

Return the class that declares the docblock.

false|string
getDocComment()

Return the class docblock.

false|string
getFileName()

Return the source filename.

string
getName()

Return the diagnostic context name.

sourceClass()

Return the source class.

Details

at line 1187
__construct(ReflectionClass $class)

Create a class docblock context.

Parameters

ReflectionClass $class

at line 1194
ReflectionClass getDeclaringClass()

Return the class that declares the docblock.

Return Value

ReflectionClass

at line 1202
false|string getDocComment()

Return the class docblock.

Return Value

false|string

at line 1210
false|string getFileName()

Return the source filename.

Return Value

false|string

at line 1218
string getName()

Return the diagnostic context name.

Return Value

string

at line 1226
ReflectionClass sourceClass()

Return the source class.

Return Value

ReflectionClass