Phan\Language\Element\TypedElement::getFileRef PHP Метод

getFileRef() публичный Метод

public getFileRef ( ) : FileRef
Результат 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

Пример #1
0
 public function getFileRef() : FileRef
 {
     return $this->element->getFileRef();
 }