XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
Legacy_PreferenceInformation Class Reference

Public Member Functions

 __construct ($name, $title, $description, $formType, $valueType, $default, $order=0)
 
 isEqual (&$preference)
 
 update (&$preference)
 

Data Fields

 $mStatus = LEGACY_INSTALLINFO_STATUS_LOADED
 
 $mOrder = 0
 
 $mName = ''
 
 $mTitle = ''
 
 $mDescription = ''
 
 $mFormType = ''
 
 $mValueType = ''
 
 $mDefault = null
 
 $mOption = null
 

Detailed Description

The structure is able to keep preference's information without DB. This is only for installer.

Definition at line 169 of file ModuleInstallInformation.class.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( $name,
$title,
$description,
$formType,
$valueType,
$default,
$order = 0 )

Definition at line 189 of file ModuleInstallInformation.class.php.

Member Function Documentation

◆ isEqual()

isEqual ( & $preference)
Parameters
$preference
Returns
bool

Definition at line 206 of file ModuleInstallInformation.class.php.

◆ update()

update ( & $preference)

Definition at line 239 of file ModuleInstallInformation.class.php.

Field Documentation

◆ $mDefault

$mDefault = null

Definition at line 185 of file ModuleInstallInformation.class.php.

◆ $mDescription

$mDescription = ''

Definition at line 179 of file ModuleInstallInformation.class.php.

◆ $mFormType

$mFormType = ''

Definition at line 181 of file ModuleInstallInformation.class.php.

◆ $mName

$mName = ''

Definition at line 175 of file ModuleInstallInformation.class.php.

◆ $mOption

$mOption = null

Definition at line 187 of file ModuleInstallInformation.class.php.

◆ $mOrder

$mOrder = 0

Definition at line 173 of file ModuleInstallInformation.class.php.

◆ $mStatus

$mStatus = LEGACY_INSTALLINFO_STATUS_LOADED

Definition at line 171 of file ModuleInstallInformation.class.php.

◆ $mTitle

$mTitle = ''

Definition at line 177 of file ModuleInstallInformation.class.php.

◆ $mValueType

$mValueType = ''

Definition at line 183 of file ModuleInstallInformation.class.php.


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