RefMemberTrait
+ Inheritance diagram for RefMemberTrait:

Description

Common overrides and functions for reflection members.

Public Methods

RefClass getDeclaringClass ()
 Only use this when class composition doesn't matter. More...
 
self[] getParents ()
 Returns the parents, but only if this member was redeclared from another. More...
 
- Public Methods inherited from VisibilityTrait
string getVisibility ()
 

Additional Inherited Members

- Protected Properties inherited from DocBlockTrait
string[] $warnings = []
 
- Protected Methods inherited from DocBlockTrait
void writeDocBlock (RefXML $xml, string $docblock)
 Writes the docblock. More...
 
void writeDocBlock_Prune (&$docblock)
 
void writeDocBlock_Tags (RefXML $xml, string &$docblock)
 
void writeDocBlock_Tags_internal (RefXML $xml, string &$docblock)
 
void writeDocBlock_Tags_see (RefXML $xml, string &$docblock)
 
void writeDocBlock_Tags_todo (RefXML $xml, string &$docblock)
 

Methods

◆ getDeclaringClass()

RefClass getDeclaringClass ( )

Only use this when class composition doesn't matter.

Returns
RefClass

◆ getParents()

self [] getParents ( )

Returns the parents, but only if this member was redeclared from another.

Returns
self[]