API17:JInstaller::parseSchemaUpdates
From Joomla! Documentation
JInstaller::parseSchemaUpdates
Description
Method to process the updates for an item.
public function parseSchemaUpdates (
$schema
$eid
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $schema | The xml node to process | ||
| $eid | int | Extension Identifier |
- Returns boolean Result of the operations
- Defined on line 850 of libraries/joomla/installer/installer.php
- Since

See also
JInstaller::parseSchemaUpdates source code on BitBucket
Class JInstaller
Subpackage Installer- Other versions of JInstaller::parseSchemaUpdates
User contributed notes
Code Examples