MemberInterface
+ Inheritance diagram for MemberInterface:

Description

A QOL interface to keep all the member types consistent.

Public Methods

string __toString ()
 
string getVisibility ()
 
bool isStatic ()
 
- Public Methods inherited from XMLWriterInterface
void write (RefXML $xml)
 Reflector writes itself to the XML. More...
 

Methods

◆ __toString()

string __toString ( )
Returns
string Globally unique <ClassFQN>::<identifier>

Implemented in RefMethod, AbstractMagicMember, RefProperty, and RefConstant.

◆ getVisibility()

string getVisibility ( )
Returns
string public, protected, private

Implemented in AbstractMagicMember.

◆ isStatic()

bool isStatic ( )
Returns
bool Loose for Reflection compatibility.

Implemented in RefConstant.