static function geoPHP::version in geoPHP 7
Same name and namespace in other branches
- 8 geoPHP/geoPHP.inc \geoPHP::version()
1 call to geoPHP::version()
- geophp_requirements in ./
geophp.module - Implementation of hook_requirements().
File
- geoPHP/
geoPHP.inc, line 37
Class
Code
static function version() {
return '1.2';
}