function ARC_api::get_mtime in Taxonomy import/export via XML 5.2
Same name and namespace in other branches
- 5 arc/ARC_api.php \ARC_api::get_mtime()
- 6.2 arc/ARC_api.php \ARC_api::get_mtime()
- 6 arc/ARC_api.php \ARC_api::get_mtime()
1 call to ARC_api::get_mtime()
File
- arc/
ARC_api.php, line 226
Class
Code
function get_mtime() {
return $this
->call_component("api_helper", "get_mtime");
}