Method | Description | |
---|---|---|
addReference ( |
||
getFQSEN ( ) : Phan\Language\FQSEN | ||
getReferenceCount ( |
||
getReferenceList ( ) : array | ||
isPrivate ( ) : boolean | ||
isProtected ( ) : boolean | ||
isPublic ( ) : boolean | ||
setFQSEN ( Phan\Language\FQSEN $fqsen ) : void |
public addReference ( |
||
$file_ref | A reference to a location in which this typed structural element is referenced. | |
return | void |
public getFQSEN ( ) : Phan\Language\FQSEN | ||
return | Phan\Language\FQSEN | The fully-qualified structural element name of this structural element |
public getReferenceCount ( |
||
$code_base | Some elements may need access to the code base to figure out their total reference count. | |
return | integer | The number of references to this typed structural element |
public getReferenceList ( ) : array | ||
return | array | A list of references to this typed structural element. |
public isProtected ( ) : boolean | ||
return | boolean | True if this is a protected property |