getVersion() public method

Return the data version.
public getVersion ( ) : string
return string The data version.
Exemplo n.º 1
0
Arquivo: Log.php Projeto: horde/horde
 /**
  * Return the data version.
  *
  * @return string The data version.
  */
 public function getVersion()
 {
     return $this->_data->getVersion();
 }