This file contains the form add/update context instance data.
Copyright: | 2018 David Monllao |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 226 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
context_instance:: (5 methods):
definition()
add_purpose_category()
get_add_element_content()
get_context_instance_customdata()
get_retention_display_text()
Class: context_instance - X-Ref
Context instance data form.definition() X-Ref |
Define the form - called by parent constructor |
add_purpose_category($contextlevel = false) X-Ref |
Adds purpose and category selectors. param: int $contextlevel Apply this context level defaults. False for no defaults. return: null |
get_add_element_content($label) X-Ref |
Returns the 'add' label. It depends on the theme in use. param: string $label return: \renderable|string |
get_context_instance_customdata(\context $context) X-Ref |
Returns the customdata array for the provided context instance. param: \context $context return: array |
get_retention_display_text(purpose $effectivepurpose, $retentioncontextlevel, \context $context) X-Ref |
Returns the purpose display text. param: purpose $effectivepurpose param: int $retentioncontextlevel param: \context $context The context, just for displaying (filters) purposes. return: string |