add methode version()

This commit is contained in:
Uwe Steinmann 2015-06-09 06:59:49 +02:00
parent f4fc7d64c6
commit 4a5c768385

View File

@ -27,6 +27,10 @@ class SeedDMS_Version {
return;
}
function version() {
return $this->_number;
}
function banner() {
return $this->_string .", ". $this->_number;
}