\InstallationModelFtp
FTP configuration model for the Joomla Core Installer.
Synopsis
class InstallationModelFtp
extends JModelBase
{
- // Inherited members from JModelBase
- protected JRegistry $state;
- // methods
- public mixed detectFtpRoot()
- public mixed verifyFtpSettings()
- // Inherited methods from JModelBase
- public void __construct()
- public JRegistry getState()
- public void setState()
- protected JRegistry loadState()
Hierarchy
Extends
Members
protected
- $state
—
JRegistry
The model state.
Methods
public
- detectFtpRoot() — Find the ftp filesystem root for a given user/pass pair.
- verifyFtpSettings() — Verify the FTP settings as being functional and correct.
Inherited from JModelBase
protected
- loadState() — Load the model state.
public
- getState() — Get the model state.
- setState() — Set the model state.