Home
last modified time | relevance | path

Searched refs:source_file (Results 1 – 1 of 1) sorted by relevance

/plugin/projects/plugins/file/
H A Dlatex_dependency.php31 public function handle($project, $source_file) { argument
32 $deps = $source_file->dependency();
33 $uses = array_diff($this->dependency($source_file->content()),
35 foreach ($uses as $use) $source_file->add_dependency($use);
36 return $source_file;