getVersion() public method

Return the data version.
public getVersion ( ) : string
return string The data version.
示例#1
0
文件: Log.php 项目: horde/horde
 /**
  * Return the data version.
  *
  * @return string The data version.
  */
 public function getVersion()
 {
     return $this->_data->getVersion();
 }