Class Module_cms_banners_cat

Description

Module page class.

  • copyright: ocProducts Ltd

Located in /cms/pages/modules/cms_banners.php (line 331)

standard_aed_module
   |
   --Module_cms_banners_cat
Variable Summary
Method Summary
void delete_actualisation (ID_TEXT $id)
tempcode do_next_manager (tempcode $title, tempcode $description, ?AUTO_LINK $id)
tempcode edit_actualisation (ID_TEXT $id)
array fill_in_edit_form (ID_TEXT $id)
array get_form_fields ([ID_TEXT $id = ''], [BINARY $is_textual = 0], [integer $image_width = 160], [integer $image_height = 600], [integer $max_file_size = 70], [BINARY $comcode_inline = 0])
tempcode _do_next_manager (tempcode $title, tempcode $description, ?AUTO_LINK $id, ID_TEXT $type)
Variables
mixed $array_key = 'id' (line 337)

Redefinition of:
standard_aed_module::$array_key
mixed $lang_type = 'BANNER_TYPE' (line 333)
mixed $menu_label = 'BANNERS' (line 343)

Redefinition of:
standard_aed_module::$menu_label
mixed $non_integer_id = true (line 339)

Redefinition of:
standard_aed_module::$non_integer_id
mixed $no_blank_ids = false (line 344)

Redefinition of:
standard_aed_module::$no_blank_ids
mixed $orderer = 'id' (line 336)

Redefinition of:
standard_aed_module::$orderer
mixed $permissions_require = 'cat_high' (line 342)

Redefinition of:
standard_aed_module::$permissions_require
mixed $protect_first = 1 (line 340)

Redefinition of:
standard_aed_module::$protect_first
mixed $select_name = '_BANNER_TYPE' (line 334)
mixed $select_name_description = '_DESCRIPTION_BANNER_TYPE' (line 335)

Redefinition of:
standard_aed_module::$select_name_description
mixed $table = 'banner_types' (line 341)

Redefinition of:
standard_aed_module::$table
mixed $title_is_multi_lang = false (line 338)

Redefinition of:
standard_aed_module::$title_is_multi_lang

Inherited Variables

Inherited from standard_aed_module

standard_aed_module::$add_one_cat_label
standard_aed_module::$add_one_label
standard_aed_module::$add_submit_name
standard_aed_module::$add_text
standard_aed_module::$alt_aed_module
standard_aed_module::$appended_actions_already
standard_aed_module::$archive_entry_point
standard_aed_module::$archive_label
standard_aed_module::$author
standard_aed_module::$award_type
standard_aed_module::$care_please
standard_aed_module::$catalogue
standard_aed_module::$cat_aed_module
standard_aed_module::$check_validation
standard_aed_module::$code_require
standard_aed_module::$default_type
standard_aed_module::$do_next_description
standard_aed_module::$do_next_editing_categories
standard_aed_module::$do_preview
standard_aed_module::$edit_one_cat_label
standard_aed_module::$edit_one_label
standard_aed_module::$edit_submit_name
standard_aed_module::$edit_text
standard_aed_module::$edit_this_cat_label
standard_aed_module::$edit_this_label
standard_aed_module::$extra_donext_categories
standard_aed_module::$extra_donext_entries
standard_aed_module::$extra_donext_whatever
standard_aed_module::$extra_donext_whatever_title
standard_aed_module::$javascript
standard_aed_module::$javascript_require
standard_aed_module::$module_type
standard_aed_module::$new_id
standard_aed_module::$organisation
standard_aed_module::$output_of_action_is_confirmation
standard_aed_module::$permissions_cat_name
standard_aed_module::$permissions_cat_name_b
standard_aed_module::$permissions_cat_require
standard_aed_module::$permissions_cat_require_b
standard_aed_module::$permission_module
standard_aed_module::$permission_page
standard_aed_module::$possibly_some_kind_of_upload
standard_aed_module::$posting_form_text
standard_aed_module::$posting_form_text_parsed
standard_aed_module::$posting_form_title
standard_aed_module::$redirect_type
standard_aed_module::$second_stage_preview
standard_aed_module::$send_validation_request
standard_aed_module::$seo_type
standard_aed_module::$skip_validation
standard_aed_module::$special_edit_frontend
standard_aed_module::$table_prefix
standard_aed_module::$type_code
standard_aed_module::$upload
standard_aed_module::$user_facing
standard_aed_module::$view_entry_point
Methods
add_actualisation (line 400)

Standard aed_module add actualiser.

  • return: A pair: The entry added, description about usage
array add_actualisation ()
delete_actualisation (line 440)

Standard aed_module delete actualiser.

void delete_actualisation (ID_TEXT $id)
  • ID_TEXT $id: The entry being deleted
do_next_manager (line 453)

The do-next manager for after download content management (event types only).

  • return: The UI
tempcode do_next_manager (tempcode $title, tempcode $description, ?AUTO_LINK $id)
  • tempcode $title: The title (output of get_page_title)
  • tempcode $description: Some description to show, saying what happened
  • ?AUTO_LINK $id: The ID of whatever was just handled (NULL: N/A)

Redefinition of:
standard_aed_module::do_next_manager()
The do-next manager for after content management.
edit_actualisation (line 420)

Standard aed_module edit actualiser.

  • return: Description about usage
tempcode edit_actualisation (ID_TEXT $id)
  • ID_TEXT $id: The entry being edited
fill_in_edit_form (line 384)

Standard aed_module edit form filler.

  • return: A pair: the tempcode for the visible fields, and the tempcode for the hidden fields
array fill_in_edit_form (ID_TEXT $id)
  • ID_TEXT $id: The entry being edited
get_form_fields (line 357)

Get tempcode for a post template adding/editing form.

  • return: A pair: the tempcode for the visible fields, and the tempcode for the hidden fields
array get_form_fields ([ID_TEXT $id = ''], [BINARY $is_textual = 0], [integer $image_width = 160], [integer $image_height = 600], [integer $max_file_size = 70], [BINARY $comcode_inline = 0])
  • ID_TEXT $id: The ID of the banner type
  • BINARY $is_textual: Whether this is a textual banner
  • integer $image_width: The image width (ignored for textual banners)
  • integer $image_height: The image height (ignored for textual banners)
  • integer $max_file_size: The maximum file size for the banners (this is a string length for textual banners)
  • BINARY $comcode_inline: Whether the banner will be automatically shown via Comcode hot-text (this can only happen if banners of the title are given title-text)
_do_next_manager (line 467)

The do-next manager for after banner content management.

  • return: The UI
tempcode _do_next_manager (tempcode $title, tempcode $description, ?AUTO_LINK $id, ID_TEXT $type)
  • tempcode $title: The title (output of get_page_title)
  • tempcode $description: Some description to show, saying what happened
  • ?AUTO_LINK $id: The ID of whatever was just handled (NULL: N/A)
  • ID_TEXT $type: The type ID we were working in (NULL: N/A)

Inherited Methods

Inherited From standard_aed_module

standard_aed_module::ad()
standard_aed_module::choose_catalogue()
standard_aed_module::do_next_manager()
standard_aed_module::ed()
standard_aed_module::get_entry_points()
standard_aed_module::get_permission_fields()
standard_aed_module::handle_confirmations()
standard_aed_module::info()
standard_aed_module::nice_get_entries()
standard_aed_module::preview_intercept()
standard_aed_module::run()
standard_aed_module::set_permissions()
standard_aed_module::_ad()
standard_aed_module::_ed()
standard_aed_module::__ed()

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