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) | |
Public Attributes | |
$ftp_info = NULL | |
$connection = NULL | |
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 PHP FTP
Definition at line 495 of file autoinstall.lib.php.
PHPFTPModuleInstaller::__construct | ( | & | $package | ) |
Definition at line 516 of file autoinstall.lib.php.
PHPFTPModuleInstaller::_close | ( | ) |
PHPFTPModuleInstaller::_connect | ( | ) |
PHPFTPModuleInstaller::_copyDir | ( | & | $file_list | ) |
Copy directory
array | $file_list | File list to copy |
Definition at line 617 of file autoinstall.lib.php.
PHPFTPModuleInstaller::_removeDir_real | ( | $path | ) |
Remove directory
string | $path | Path to remove |
Definition at line 586 of file autoinstall.lib.php.
PHPFTPModuleInstaller::_removeFile | ( | $path | ) |
Remove file
string | $path | Path to remove |
Definition at line 565 of file autoinstall.lib.php.
PHPFTPModuleInstaller::$connection = NULL |
Definition at line 508 of file autoinstall.lib.php.
PHPFTPModuleInstaller::$ftp_info = NULL |
Definition at line 502 of file autoinstall.lib.php.