Example #1
0
 /**
  * @return array
  * Get a map from column name to row values for
  * this instance
  */
 public function toRow() : array
 {
     return ['file_path' => $this->file->getProjectRelativePath(), 'modification_time' => $this->file->getModificationTime()];
 }