Dotclear 2.24
|
Public Member Functions | |
__construct (?string $uri, array $redirect_args=[]) | |
beginPage (string $breadcrumb='', string $head='') | |
endPage () | |
error (Exception $e) | |
getCheckboxes () | |
![]() | |
__construct (?string $uri, array $redirect_args=[]) | |
setEnableRedirSelection (bool $enable) | |
addAction (array $actions, $callback) | |
getCombo () | |
getIDs () | |
getIDsHidden () | |
getHiddenFields (bool $with_ids=false) | |
getRS () | |
getRedirection (bool $with_selected_entries=false, array $params=[]) | |
redirect (bool $with_selected_entries=false, array $params=[]) | |
getURI () | |
getCallerTitle () | |
getAction () | |
process () | |
getCheckboxes () | |
beginPage (string $breadcrumb='', string $head='') | |
endPage () | |
Protected Member Functions | |
loadDefaults () | |
fetchEntries (ArrayObject $from) | |
![]() | |
setupRedir ($from) | |
fetchEntries (ArrayObject $from) | |
Additional Inherited Members | |
![]() | |
$uri | |
$combo = [] | |
$actions | |
$entries = [] | |
$rs | |
$redir_args | |
$redirect_fields = [] | |
$redir_anchor = '' | |
$action = '' | |
$from | |
$field_entries | |
$cb_title | |
$caller_title | |
$in_plugin = false | |
$enable_redir_selection = true | |
__construct | ( | ?string | $uri, |
array | $redirect_args = [] |
||
) |
Constructs a new instance.
null | string | $uri | The uri |
array | $redirect_args | The redirect arguments |
Reimplemented from dcActions.
References dcActions\$uri, dcCore\app(), and loadDefaults().
|
protected |
Loads comments actions.
References dcDefaultCommentActions\adminCommentsActionsPage().
Referenced by __construct().
beginPage | ( | string | $breadcrumb = '' , |
string | $head = '' |
||
) |
Begins a page.
string | $breadcrumb | The breadcrumb |
string | $head | The head |
Reimplemented from dcActions.
References dcActions\getRedirection(), dcPage\jsLoad(), and dcPage\open().
Referenced by error().
endPage | ( | ) |
error | ( | Exception | $e | ) |
Display error page
Exception | $e | { parameter_description } |
References dcCore\app(), beginPage(), dcPage\breadcrumb(), endPage(), and html\escapeHTML().
getCheckboxes | ( | ) |
|
protected |
Fetches entries.
ArrayObject | $from | The parameters ($_POST) |
Reimplemented from dcActions.
References dcActions\$from, dcActions\$rs, and dcCore\app().