Home
last modified time | relevance | path

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

/plugin/projects/lib/
H A Dproject_file.php125 protected $last_made = NULL; variable in ProjectGenerated
174 $this->last_made = $this->time($working_path);
178 if ($this->last_made == NULL) return true;
179 return $this->time($working_path) != $this->last_made;