Public Member Functions | |
__construct (&$package) | |
_connect () | |
_removeFile ($path) | |
_removeDir_real ($path) | |
_close () | |
_copyDir (&$file_list) | |
Public Member Functions inherited from ModuleInstaller | |
setServerUrl ($url) | |
uninstall () | |
setPassword ($ftp_password) | |
_download () | |
uninstallModule () | |
installModule () | |
install () | |
_unPack () | |
_removeDir ($path) | |
Additional Inherited Members | |
Public Attributes inherited from ModuleInstaller | |
$package = NULL | |
$base_url | |
$temp_dir = './files/cache/autoinstall/' | |
$target_path | |
$download_file | |
$url | |
$download_path | |
$ftp_password | |
Module installer for Direct. Not use FTP
Definition at line 894 of file autoinstall.lib.php.
DirectModuleInstaller::__construct | ( | & | $package | ) |
Constructor
object | $package | Package information |
Definition at line 901 of file autoinstall.lib.php.
DirectModuleInstaller::_close | ( | ) |
DirectModuleInstaller::_connect | ( | ) |
DirectModuleInstaller::_copyDir | ( | & | $file_list | ) |
Copy directory
array | $file_list | File list to copy |
Definition at line 970 of file autoinstall.lib.php.
DirectModuleInstaller::_removeDir_real | ( | $path | ) |
Remove directory
string | $path | Path to remove |
Definition at line 942 of file autoinstall.lib.php.
DirectModuleInstaller::_removeFile | ( | $path | ) |
Remove file
string | $path | Path to remove |
Definition at line 922 of file autoinstall.lib.php.