Phan\Language\Element\TypedElement::getFileRef PHP Method

getFileRef() public method

public getFileRef ( ) : FileRef
return Phan\Language\FileRef A reference to where this element was found
    public function getFileRef() : FileRef
    {
        // TODO: Kill the context and make this a pure
        //       FileRef.
        return $this->context;
    }

Usage Example

Beispiel #1
0
 public function getFileRef() : FileRef
 {
     return $this->element->getFileRef();
 }