mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-15 06:01:19 +00:00
add methode version()
This commit is contained in:
parent
f4fc7d64c6
commit
4a5c768385
|
@ -27,6 +27,10 @@ class SeedDMS_Version {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function version() {
|
||||||
|
return $this->_number;
|
||||||
|
}
|
||||||
|
|
||||||
function banner() {
|
function banner() {
|
||||||
return $this->_string .", ". $this->_number;
|
return $this->_string .", ". $this->_number;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user