function ARC_api::get_init_mtime in Taxonomy import/export via XML 6
Same name and namespace in other branches
- 5.2 arc/ARC_api.php \ARC_api::get_init_mtime()
- 5 arc/ARC_api.php \ARC_api::get_init_mtime()
- 6.2 arc/ARC_api.php \ARC_api::get_init_mtime()
3 calls to ARC_api::get_init_mtime()
File
- arc/
ARC_api.php, line 230
Class
Code
function get_init_mtime() {
if (!isset($this->init_mtime)) {
$this->init_mtime = $this
->get_mtime();
}
return $this->init_mtime;
}