API - XOOPS 2.5.11 Beta 2
By monxoops.fr
functions.php File Reference

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 ()
 

Function Documentation

◆ genPathCheckHtml()

genPathCheckHtml (   $path,
  $valid 
)
Parameters
$path
$valid
Returns
string

◆ getDbCharsets()

getDbCharsets (   $link)
Parameters
$link
Returns
mixed
Here is the caller graph for this function:

◆ getDbCollations()

getDbCollations (   $link,
  $charset 
)
Parameters
$link
$charset
Returns
mixed
Here is the caller graph for this function:

◆ getDirList()

getDirList (   $dirname)
Parameters
$dirname
Returns
array

◆ install_acceptUser()

install_acceptUser (   $hash = '')
Here is the call graph for this function:
Here is the caller graph for this function:

◆ install_finalize()

install_finalize (   $installer_modified)
Parameters
$installer_modified

◆ installerHtmlSpecialChars()

installerHtmlSpecialChars (   $value)

call htmlspecialchars with standard arguments

Parameters
$valuestring
Returns
string
Here is the caller graph for this function:

◆ validateDbCharset()

validateDbCharset (   $link,
$charset,
$collation 
)
Parameters
$link
$charset
$collation
Returns
null|string
Here is the call graph for this function:

◆ writeLicenseKey()

writeLicenseKey ( )
Returns
string
Here is the call graph for this function:

◆ xoBuildLicenceKey()

xoBuildLicenceKey ( )

*#+ Xoops Build Licence System Key

Here is the caller graph for this function:

◆ xoDiag()

xoDiag (   $status = -1,
  $str = '' 
)
Parameters
$status
string$str
Returns
string
Here is the caller graph for this function:

◆ xoDiagBoolSetting()

xoDiagBoolSetting (   $name,
  $wanted = false,
  $severe = false 
)
Parameters
$name
bool$wanted
bool$severe
Returns
string
Here is the call graph for this function:

◆ xoDiagIfWritable()

xoDiagIfWritable (   $path)

seems to only be used for license file?

Parameters
string$pathdir or file path
Returns
string
Here is the call graph for this function:

◆ xoFormBlockCollation()

xoFormBlockCollation (   $name,
  $value,
  $label,
  $help,
  $link,
  $charset 
)
Parameters
$name
$value
$label
$help
$link
$charset
Returns
string
Here is the call graph for this function:

◆ xoFormField()

xoFormField (   $name,
  $value,
  $label,
  $help = '' 
)
Parameters
$name
$value
$label
string$help
Here is the call graph for this function:

◆ xoFormFieldCharset()

xoFormFieldCharset (   $name,
  $value,
  $label,
  $help,
  $link 
)
Parameters
$name
$value
$label
string$help
$link
Returns
string
Here is the call graph for this function:

◆ xoFormFieldCollation()

xoFormFieldCollation (   $name,
  $value,
  $label,
  $help,
  $link,
  $charset 
)
Parameters
$name
$value
$label
$help
$link
$charset
Returns
string
Here is the call graph for this function:
Here is the caller graph for this function:

◆ xoFormSelect()

xoFormSelect (   $name,
  $value,
  $label,
  $options,
  $help = '',
  $extra = '' 
)
Parameters
$name
$value
$label
array$options
string$help
$extra
Here is the call graph for this function:
Here is the caller graph for this function:

◆ xoPassField()

xoPassField (   $name,
  $value,
  $label,
  $help = '' 
)
Parameters
$name
$value
$label
string$help
Here is the call graph for this function:

◆ xoPhpVersion()

xoPhpVersion ( )
Returns
string
Here is the call graph for this function:

◆ xoPutLicenseKey()

xoPutLicenseKey (   $system_key,
  $licensefile,
  $license_file_dist = 'license.dist.php' 
)

*#+ Xoops Write Licence System Key

Parameters
$system_key
$licensefile
string$license_file_dist
Returns
string
Here is the caller graph for this function:

◆ xoStripeKey()

xoStripeKey (   $xoops_key)

*#+ Xoops Stripe Licence System Key

Parameters
$xoops_key
Returns
mixed|string