Differences Between: [Versions 311 and 402] [Versions 311 and 403]
Functions for component core_tag To set or get item tags refer to the class {@link core_tag_tag}
Copyright: | 2007 Luiz Cruz <luiz.laydner@gmail.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 71 lines (3 kb) |
Included or required: | 3 times |
Referenced: | 1 time |
Includes or requires: | 0 files |
tag_page_type_list($pagetype, $parentcontext, $currentcontext) X-Ref |
Return a list of page types param: string $pagetype current page type param: stdClass $parentcontext Block's parent context param: stdClass $currentcontext Current context of block |
core_tag_inplace_editable($itemtype, $itemid, $newvalue) X-Ref |
Implements callback inplace_editable() allowing to edit values in-place param: string $itemtype param: int $itemid param: mixed $newvalue return: \core\output\inplace_editable |