Horde_Kolab_Format_Xml::getVersion PHP Méthode

getVersion() public méthode

Return the API version of the data structures that are being used for in- and output.
public getVersion ( ) : integer
Résultat integer The version number;
    public function getVersion()
    {
        return $this->_version;
    }