Public Member Functions | |
InstallerResource ($path, $isdir, $islocal) | |
fetch ($target) | |
extract ($file, $target) | |
makeResource ($url) | |
Public Attributes | |
$path | |
$isdir | |
$islocal |
Definition at line 195 of file installExtension.php.
InstallerResource::extract | ( | $ | file, | |
$ | target | |||
) |
Definition at line 219 of file installExtension.php.
References $code, $file, ExtensionInstaller::error(), ExtensionInstaller::note(), and wfShellExec().
Referenced by WebInstallerResource::fetch(), and LocalInstallerResource::fetch().
InstallerResource::fetch | ( | $ | target | ) |
Reimplemented in LocalInstallerResource, WebInstallerResource, and SVNInstallerResource.
Definition at line 215 of file installExtension.php.
InstallerResource::InstallerResource | ( | $ | path, | |
$ | isdir, | |||
$ | islocal | |||
) |
Definition at line 200 of file installExtension.php.
References $isdir, $islocal, and $path.
Referenced by LocalInstallerResource::LocalInstallerResource(), SVNInstallerResource::SVNInstallerResource(), and WebInstallerResource::WebInstallerResource().
InstallerResource::makeResource | ( | $ | url | ) |
Definition at line 249 of file installExtension.php.
Referenced by ExtensionInstaller::ExtensionInstaller().
InstallerResource::$isdir |
InstallerResource::$islocal |
InstallerResource::$path |
Definition at line 196 of file installExtension.php.
Referenced by InstallerResource(), LocalInstallerResource::LocalInstallerResource(), SVNInstallerResource::SVNInstallerResource(), and WebInstallerResource::WebInstallerResource().