API16

API16:JInstaller/setPath

From Joomla! Documentation

Description

Sets an installer path by name


<! removed transcluded page call, red link never existed >

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

public function setPath($name, $value)
{
        $this->_paths[$name] = $value;
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples