Метод |
Описание |
|
__construct ( ) |
Constructor |
|
_a2ua ( string $name, string | array $array ) : array |
prepare an array to be passed through buildURLparams() |
|
_addPrePostFixes ( string | array $type, string $val, string $pre = '', string $post = '' ) : string |
Add pre and postfixs to the given value |
|
_aliases ( ) : array |
Load defined type aliases |
|
_cleanData ( string $value, string | array $type ) : string |
Makes sure the given data fits with the given type |
|
_column ( string $col ) |
Split a column name into its parts |
|
_formatData ( array $column, string $value, Doku_Renderer_xhtml $R ) : string |
Return XHTML formated data, depending on column type |
|
_getDB ( ) : helper_plugin_sqlite | false |
load the sqlite helper |
|
_getTagUrlparam ( array $column, string $tag ) : array |
Get url parameters, remove all filters for given column and add filter for desired tag |
|
_get_current_param ( boolean $returnURLparams = true ) : array |
get current URL parameters |
|
_get_filters ( ) : array |
Get filters given in the request via GET or POST |
|
_parse_filter ( $filterline ) : array | boolean |
Parse a filter line into an array |
|
_replacePlaceholdersInSQL ( &$data ) |
Replace placeholders in sql |
|
_resolveData ( string $value, string $colname ) : string |
Resolve a value according to its column settings |
|
ensureAbsoluteId ( $id ) |
|
|
makeTranslationReplacement ( string $data ) : string |
Replace translation related placeholders in given string |
|
ready ( ) : boolean |
Simple function to check if the database is ready to use |
|