Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | getCsvAsGenerator ($data) |
Fonctions membres protégées statiques | |
static | escapeCsvFormula ($value) |
Attributs privés statiques | |
static | $characters = array('=', '+', '-', '@') |
Actionlogs component helper for newer PHP versions.
This file should only be included in environments running PHP 5.5 or newer and may potentially cause a parse error on older versions.
|
staticprotected |
Escapes potential characters that start a formula in a CSV value to prevent injection attacks
mixed | $value | csv field value |
Références $value.
|
static |
Method to convert logs objects array to a Generator for use with a CSV export
array | Traversable | $data | The logs data objects to be exported |
InvalidArgumentException |
Références $data, $extension, ActionlogsHelper\getHumanReadableLogMessage(), et ActionlogsHelper\loadTranslationFiles().
Référencé par ActionlogsHelper\getCsvData().
|
staticprivate |