-
$_children_types
-
value of MGD_META_TREE_CHILDS for object.
-
$_config
-
-
$_current_leaf
-
Id of current leaf
-
$_current_node
-
Id of the current node.
-
$_datamanager
-
The datamanager instance controlling the object to show, or null in case there is no object at this time. The request data key 'datamanager' is set to a reference to this member during class startup.
-
$_is_root
-
This variable tells if we are dealing with a root , i.e. an objecttype and not a concrete object.
-
$_meta
-
Metainformation abut all kinds of objects
-
$_object
-
The object to show, or null in case that there is no object set at this time.
-
$_object_attributes
-
Object attributes
-
$_object_create
-
Object used during object creation.
-
$_object_type
-
the objecttype, from
-
$_obj_cache
-
very simple cache for those nasty list_nodes get node combos
-
$_parent_attribute
-
value ofMGD_META_PROPERTY_PARENT for object.
-
$_parent_object
-
value of MGD_META_TREE_PARENT for object.
-
$_root_node
-
Id of tree_root (where applicable)
-
$_schema
-
Pointer to the schema object
-
$_schema
-
Pointer to the schema object
-
$_schema
-
Pointer to the schemahandler.
-
$_schemadb_object
-
The schema database accociated with the object, defaults to the one in the config dir.
-
$_schemadb_object_index
-
Index of the schemas we got available.
-
$_schemas
-
schemadb
-
$_session
-
Session object used for passing messages.
-
$_toolbars
-
Pointer to the toolbarobject
-
$_type
-
objecttype
-
$_type_create
-
Type of the object to be created.
-
$_uplink_attribute
-
value of MGD_META_PROPERTY_UP for object.
-
_delete_record
-
Deletes the currently active object On success, it will return to the welcome page, on failure, it returns false.
-
_dm_create_callback
-
Callback for the datamanager create mode.
-
_generate_urlname
-
Internal helper, creates a valid name for a given object. It calls generate_error on any failure.
-
_handler_create
-
Prepares everything to create a new object. When processing the DM results, it will redirect to the view mode on the save event, and to the welcome page otherwise. It uses sessioning to keep track of the newly created acrticle ID.
-
_handler_delete
-
Locates the object to delete and prepares everything for the view run, there the user has to confirm the deletion. This includes the toolbar preparations and the preparation of the object and datamanager instances.
-
_handler_edit
-
Locates the object to edit and sets everything up. When processing the DM results, it will redirect to the view mode on both the save and cancel events.
-
_handler_index
-
-
_handler_move
-
-
_handler_object_index
-
-
_handler_view
-
Locates the object to view and prepares everything for the view run.
-
_load_object
-
This internal helper loads the object identified by the passed argument from the database.
-
_on_handler_config_dm_preparing
-
Populate a single global variable with the current schema database, so that the configuration schema works again.
-
_on_initialize
-
-
_patch_active_schema
-
Internal helper, called before the edit form is shown.
-
_prepare_creation_datamanager
-
Prepares the datamanager for creation of a new object. When returning false, it sets errstr and errcode accordingly.
-
_prepare_datamanager
-
Prepares the datamanager for the loaded object. When returning false, it sets errstr and errcode accordingly.
-
_prepare_root_toolbar
-
-
_show_create
-
Renders the selected object using the datamnager view mode.
-
_show_delete
-
Renders the selected object using the datamnager view mode.
-
_show_edit
-
Renders the selected object using the datamnager view mode.
-
_show_index
-
-
_show_move
-
-
_show_object_index
-
-
_show_view
-
Renders the selected object using the datamnager view mode.
-
get_children
-
Get the children of the object
-
get_current_type
-
Get the objecttype of the current object
-
get_instance
-
Singelton interface, returns the instance.
-
get_leaf
-
This will give you a key-value pair describeing the leaf with the ID $node_id.
-
get_leaf_uplink
-
Returns the ID of the node to which $leaf_id is accociated to, false on failure.
-
get_leaf_up_attribute
-
Get the up attribute of a leaf
-
get_leaves
-
Returns all leaves for the current content topic.
-
get_metadata
-
Return the metadata of the current object.
-
get_name_attribute
-
Get the name attribute from an object.
-
get_node
-
Reads a node data structure from the database
-
get_node_uplink
-
Returns the ID of the node to which $node_id is assosiated to, false on failure. The root node's uplink is -1.
-
get_request_switch
-
-
get_request_switch
-
Static function, returns the request array for the rcs functions.
-
get_root_node
-
What the root node is and how it is defined might be different for different handlers. Therefore we need a way to check this.
-
get_schema
-
Get the schema for an object If a schema for the object is defined in config/schema.inc it will use this, if not, it will try to create one.
-
get_simple_schema
-
-
get_storage
-
Get the name of the storageobject of a given schemaname.
-
get_type_name
-
Get a "common" name for an objecttype
-
get_up_attribute
-
Get the up attribute of a node
-
groupTestFactory
-
-
groupTestFactory
-