-
$_alpha_filter
-
The filter character used in alphabetic indexing mode.
-
$_controller
-
The Controller of the article used for editing and (in frozen mode) for delete preview.
-
$_datamanager
-
The Datamanager of the article to display.
-
$_person
-
The person to operate on
-
$_person
-
The person to display in single view mode.
-
$_persons
-
The persons to display on the index page, already ordered correctly.
-
$_schemadb
-
The schema database in use, available only while a controller is loaded.
-
_can_handle_person
-
Can-Handle check against the person username and GUID (in this order). We have to do this explicitly in can_handle already, otherwise we would hide all subtopics as the request switch accepts all argument count matches unconditionally.
-
_get_persons_for_memberships
-
Internal helper which wraps the membership->person transformation in an ACL safe way.
-
_handler_create
-
Displays the create view and processes the controller events.
-
_handler_delete
-
Displays an article delete confirmation view.
-
_handler_edit
-
Displays an article edit view.
-
_handler_index
-
Renders the Person Index. If alphabetic indexing is enabled, the filter char
-
_handler_person
-
Displays the detail view of a given person.
-
_load_controller
-
Internal helper, loads the controller for the current article. Any error triggers a 500.
-
_load_create_controller
-
Internal helper, fires up the creation mode controller. Any error triggers a 500.
-
_load_datamanager
-
This function creates a DM2 Datamanager instance to without any set storage so far.
-
_load_delete_controller
-
Internal helper, loads the controller to delete the current article. Any error triggers a 500.
-
_load_index_persons
-
Returns a post-processed list of persons to display on the index page.
-
_load_schemadb
-
Loads and prepares the schema database.
-
_on_handle
-
The handle callback populates the toolbars.
-
_on_initialize
-
Initializes the request switch
-
_populate_node_toolbar
-
Populates the node toolbar depending on the users rights.
-
_prepare_request_data
-
Simple helper which references all important members to the request data listing for usage within the style listing.
-
_prepare_request_data
-
Simple helper which references all important members to the request data listing for usage within the style listing.
-
_process_preferred_person
-
Iterates over the _persons member and pushes the preferred person into the front of it.
-
_show_create
-
Shows the loaded article.
-
_show_delete
-
Shows the loaded article.
-
_show_edit
-
Shows the loaded article.
-
_show_index
-
Renders the Person Index.
-
_show_person
-
Displays the detail view of a given person