![]() |
API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Namespaces | |
| namespace | installer |
Functions | |
| installerHtmlSpecialChars ($value) | |
| install_acceptUser ($hash='') | |
| install_finalize ($installer_modified) | |
| xoFormField ($name, $value, $label, $help='') | |
| xoPassField ($name, $value, $label, $help='') | |
| xoFormSelect ($name, $value, $label, $options, $help='', $extra='') | |
| getDirList ($dirname) | |
| xoDiag ($status=-1, $str='') | |
| xoDiagBoolSetting ($name, $wanted=false, $severe=false) | |
| xoDiagIfWritable ($path) | |
| xoPhpVersion () | |
| genPathCheckHtml ($path, $valid) | |
| getDbCharsets ($link) | |
| getDbCollations ($link, $charset) | |
| validateDbCharset ($link, &$charset, &$collation) | |
| xoFormFieldCollation ($name, $value, $label, $help, $link, $charset) | |
| xoFormBlockCollation ($name, $value, $label, $help, $link, $charset) | |
| xoFormFieldCharset ($name, $value, $label, $help, $link) | |
| xoPutLicenseKey ($system_key, $licensefile, $license_file_dist='license.dist.php') | |
| xoBuildLicenceKey () | |
| xoStripeKey ($xoops_key) | |
| writeLicenseKey () | |
| genPathCheckHtml | ( | $path, | |
| $valid | |||
| ) |
| $path | |
| $valid |
| getDbCharsets | ( | $link | ) |
| $link |

| getDbCollations | ( | $link, | |
| $charset | |||
| ) |
| $link | |
| $charset |

| getDirList | ( | $dirname | ) |
| $dirname |
| install_acceptUser | ( | $hash = '' | ) |


| install_finalize | ( | $installer_modified | ) |
| $installer_modified |
| installerHtmlSpecialChars | ( | $value | ) |
call htmlspecialchars with standard arguments
| $value | string |

| validateDbCharset | ( | $link, | |
| & | $charset, | ||
| & | $collation | ||
| ) |
| $link | |
| $charset | |
| $collation |

| writeLicenseKey | ( | ) |

| xoBuildLicenceKey | ( | ) |
| xoDiag | ( | $status = -1, |
|
$str = '' |
|||
| ) |
| $status | ||
| string | $str |

| xoDiagBoolSetting | ( | $name, | |
$wanted = false, |
|||
$severe = false |
|||
| ) |
| $name | ||
| bool | $wanted | |
| bool | $severe |

| xoDiagIfWritable | ( | $path | ) |
seems to only be used for license file?
| string | $path | dir or file path |

| xoFormBlockCollation | ( | $name, | |
| $value, | |||
| $label, | |||
| $help, | |||
| $link, | |||
| $charset | |||
| ) |
| $name | |
| $value | |
| $label | |
| $help | |
| $link | |
| $charset |

| xoFormField | ( | $name, | |
| $value, | |||
| $label, | |||
$help = '' |
|||
| ) |
| $name | ||
| $value | ||
| $label | ||
| string | $help |

| xoFormFieldCharset | ( | $name, | |
| $value, | |||
| $label, | |||
| $help, | |||
| $link | |||
| ) |
| $name | ||
| $value | ||
| $label | ||
| string | $help | |
| $link |

| xoFormFieldCollation | ( | $name, | |
| $value, | |||
| $label, | |||
| $help, | |||
| $link, | |||
| $charset | |||
| ) |
| $name | |
| $value | |
| $label | |
| $help | |
| $link | |
| $charset |


| xoFormSelect | ( | $name, | |
| $value, | |||
| $label, | |||
| $options, | |||
$help = '', |
|||
$extra = '' |
|||
| ) |
| $name | ||
| $value | ||
| $label | ||
| array | $options | |
| string | $help | |
| $extra |


| xoPassField | ( | $name, | |
| $value, | |||
| $label, | |||
$help = '' |
|||
| ) |
| $name | ||
| $value | ||
| $label | ||
| string | $help |

| xoPhpVersion | ( | ) |

| xoPutLicenseKey | ( | $system_key, | |
| $licensefile, | |||
$license_file_dist = 'license.dist.php' |
|||
| ) |
*#+ Xoops Write Licence System Key
| $system_key | ||
| $licensefile | ||
| string | $license_file_dist |

| xoStripeKey | ( | $xoops_key | ) |