Contains class core_tag_renderer
Copyright: | 2015 Marina Glancy |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 181 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
core_tag_renderer:: (4 methods):
tag_search_page()
tag_index_page()
tag_links()
search_form()
Class: core_tag_renderer - X-Ref
Class core_tag_renderertag_search_page($query = '', $tagcollid = 0) X-Ref |
Renders the tag search page return: string param: string $query param: int $tagcollid |
tag_index_page($tag, $entities, $tagareaid, $exclusivemode, $fromctx, $ctx, $rec, $page) X-Ref |
Renders the tag index page return: string param: core_tag_tag $tag param: \core_tag\output\tagindex[] $entities param: int $tagareaid param: bool $exclusivemode if set to true it means that no other entities tagged with this tag param: int $fromctx context id where the link was displayed, may be used by callbacks param: int $ctx context id where to search for records param: bool $rec search in subcontexts as well param: int $page 0-based number of page being displayed |
tag_links($tag) X-Ref |
Prints a box that contains the management links of a tag return: string param: core_tag_tag $tag |
search_form($query = '', $tagcollid = 0) X-Ref |
Prints the tag search box return: string param: string $query last search string param: int $tagcollid last selected tag collection id |