XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Espaces de nommage | |
installer | |
Fonctions | |
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 |
validateDbCharset | ( | $link, | |
& | $charset, | ||
& | $collation | ||
) |
$link | |
$charset | |
$collation |
writeLicenseKey | ( | ) |
xoBuildLicenceKey | ( | ) |
*#+ Xoops Build Licence System Key
xoDiag | ( | $status = -1 , |
|
$str = '' |
|||
) |
$status | ||
string | $str |
$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 | ) |
*#+ Xoops Stripe Licence System Key
$xoops_key |