ReflectionClassDocblockContext
class ReflectionClassDocblockContext
Methods
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.
at line 1194
ReflectionClass
getDeclaringClass()
Return the class that declares the docblock.
at line 1202
false|string
getDocComment()
Return the class docblock.
at line 1210
false|string
getFileName()
Return the source filename.
at line 1218
string
getName()
Return the diagnostic context name.
at line 1226
ReflectionClass
sourceClass()
Return the source class.