getFileRef() public method

public getFileRef ( ) : FileRef
return Phan\Language\FileRef A reference to where this element was found
Example #1
0
 public function getFileRef() : FileRef
 {
     return $this->element->getFileRef();
 }