getFile() 공개 메소드

public getFile ( ) : string
리턴 string The path to the file in which the element is defined
예제 #1
0
파일: CalledBy.php 프로젝트: actank/phan
 /**
  * @return array
  * Get a map from column name to row values for
  * this instance
  */
 public function toRow() : array
 {
     return ['fqsen_string' => (string) $this->fqsen_string, 'file_path' => $this->file_ref->getFile(), 'line_number' => $this->file_ref->getLineNumberStart()];
 }