API15:JInstaller/setPath
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
Sets an installer path by name
Description:JInstaller/setPath
Syntax
setPath($name, $value)
| Parameter Name | Default Value | Description |
|---|---|---|
| $name | $name Path name | |
| $value | $value Path |
Returns
void
Defined in
libraries/joomla/installer/installer.php
Importing
jimport( 'joomla.installer.installer' );
Source Body
function setPath($name, $value) { $this->_paths[$name] = $value; }
[Edit See Also] SeeAlso:JInstaller/setPath
Examples
<CodeExamplesForm />
