getVersion() public method

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