Class Module_cms_cedi

Description

Module page class.

Located in /cms/pages/modules/cms_cedi.php (line 24)


	
			
Method Summary
tempcode add_page ()
tempcode edit_page ()
tempcode edit_tree ()
?array get_entry_points ()
array get_page_fields (SHORT_TEXT $title, [LONG_TEXT $notes = ''], [BINARY $hide_posts = 0], [AUTO_LINK $page_id = -1])
array get_sp_overrides ()
?array info ()
tempcode misc ()
tempcode run ()
tempcode _add_page ()
tempcode _edit_page ()
tempcode _edit_tree ()
Methods
add_page (line 121)

The UI for adding a CEDI page.

  • return: The UI.
tempcode add_page ()
edit_page (line 209)

The UI for editing a CEDI page.

  • return: The UI.
tempcode edit_page ()
edit_tree (line 354)

The UI for managing the CEDI children of a page.

  • return: The UI.
tempcode edit_tree ()
get_entry_points (line 50)

Standard modular entry-point finder function.

  • return: A map of entry points (type-code=>language-code) (NULL: disabled).
?array get_entry_points ()
get_page_fields (line 103)

Get the fields for adding/editing a CEDI page.

  • return: The fields, the extra fields.
array get_page_fields (SHORT_TEXT $title, [LONG_TEXT $notes = ''], [BINARY $hide_posts = 0], [AUTO_LINK $page_id = -1])
  • SHORT_TEXT $title: The page title
  • LONG_TEXT $notes: Hidden notes pertaining to the page
  • BINARY $hide_posts: Whether to hide the posts on the page by default
  • AUTO_LINK $page_id: The ID of the page (-1 implies we're adding)
get_sp_overrides (line 60)

Standard modular specific-permission-overide finder function.

  • return: A map of specific-permissions that are overridable; sp to 0 or 1. 0 means "not category overridable". 1 means "category overridable".
array get_sp_overrides ()
info (line 32)

Standard modular info function.

  • return: Map of module info (NULL: module is disabled).
?array info ()
misc (line 186)

The UI for choosing a CEDI page to edit (not normally used).

  • return: The UI.
tempcode misc ()
run (line 71)

Standard modular run function.

  • return: The result of execution.
tempcode run ()
_add_page (line 152)

The actualiser for adding a CEDI page.

  • return: The UI.
tempcode _add_page ()
_edit_page (line 303)

The actualiser for editing a CEDI page.

  • return: The UI.
tempcode _edit_page ()
_edit_tree (line 402)

The actualiser for managing the CEDI children of a page.

  • return: The UI.
tempcode _edit_tree ()

Documentation generated on Sun, 02 Jan 2011 23:11:13 +0000 by phpDocumentor 1.4.3