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

public getFile ( ) : string
Результат string The path to the file in which the element is defined
Пример #1
0
 /**
  * @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()];
 }