API17

API17:JInstaller::setSchemaVersion

From Joomla! Documentation

Joomla 11.1 JInstaller::setSchemaVersion

Description

Set the schema version for an extension by looking at its latest update.


public function setSchemaVersion (
        $schema
        $eid
)
Parameter Type Default Description
$schema Schema Tag
$eid int Extension ID
  • Returns void
  • Defined on line 794 of libraries/joomla/installer/installer.php

See also


User contributed notes

Code Examples