XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
DirectModuleInstaller Class Reference
Inheritance diagram for DirectModuleInstaller:
ModuleInstaller

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
 

Detailed Description

Module installer for Direct. Not use FTP

Author
NAVER (devel.nosp@m.oper.nosp@m.s@xpr.nosp@m.esse.nosp@m.ngine.nosp@m..com)

Definition at line 894 of file autoinstall.lib.php.

Constructor & Destructor Documentation

DirectModuleInstaller::__construct ( $package)

Constructor

Parameters
object$packagePackage information

Definition at line 901 of file autoinstall.lib.php.

Member Function Documentation

DirectModuleInstaller::_close ( )

Close

Returns
void

Definition at line 960 of file autoinstall.lib.php.

DirectModuleInstaller::_connect ( )

empty

Returns
BaseObject

Definition at line 911 of file autoinstall.lib.php.

DirectModuleInstaller::_copyDir ( $file_list)

Copy directory

Parameters
array$file_listFile list to copy
Returns
BaseObject

Definition at line 970 of file autoinstall.lib.php.

DirectModuleInstaller::_removeDir_real (   $path)

Remove directory

Parameters
string$pathPath to remove
Returns
BaseObject

Definition at line 942 of file autoinstall.lib.php.

DirectModuleInstaller::_removeFile (   $path)

Remove file

Parameters
string$pathPath to remove
Returns
BaseObject

Definition at line 922 of file autoinstall.lib.php.


The documentation for this class was generated from the following file: