|
ILIAS
release_8 Revision v8.24
|
Classification block, displayed in different contexts, e.g. More...
Inheritance diagram for ilClassificationBlockGUI:
Collaboration diagram for ilClassificationBlockGUI:Public Member Functions | |
| __construct () | |
| getBlockType () | |
| executeCommand () | |
| getHTML () | |
| getAjax () | |
Public Member Functions inherited from ilBlockGUI | |
| __construct () | |
| getBlockType () | |
| setData (array $a_data) | |
| getData () | |
| setPresentation (int $type) | |
| getPresentation () | |
| setBlockId (string $a_block_id="0") | |
| getBlockId () | |
| setGuiObject (object $a_gui_object) | |
| Set GuiObject. More... | |
| getGuiObject () | |
| setTitle (string $a_title) | |
| getTitle () | |
| setOffset (int $a_offset) | |
| getOffset () | |
| correctOffset () | |
| setLimit (int $a_limit) | |
| getLimit () | |
| setEnableEdit (bool $a_enableedit) | |
| getEnableEdit () | |
| setRepositoryMode (bool $a_repositorymode) | |
| getRepositoryMode () | |
| setSubtitle (string $a_subtitle) | |
| getSubtitle () | |
| setRefId (int $a_refid) | |
| Set Ref Id (only used if isRepositoryObject() is true). More... | |
| getRefId () | |
| setAdminCommands (bool $a_admincommands) | |
| getAdminCommands () | |
| setEnableNumInfo (bool $a_enablenuminfo) | |
| getEnableNumInfo () | |
| setProperties (array $a_properties) | |
| This function is supposed to be used for block type specific properties, that should be inherited through ilColumnGUI->setBlockProperties. More... | |
| getProperty (string $a_property) | |
| setProperty (string $a_property, string $a_value) | |
| setRowTemplate (string $a_rowtemplatename, string $a_rowtemplatedir="") | |
| Set Row Template Name. More... | |
| getNavParameter () | |
| getConfigParameter () | |
| getMoveParameter () | |
| getRowTemplateName () | |
| getRowTemplateDir () | |
| addBlockCommand (string $a_href, string $a_text, string $a_onclick="") | |
| getBlockCommands () | |
| getHTML () | |
| fillHeaderCommands () | |
| fillHeaderTitleBlock () | |
| setDataSection (string $a_content) | |
| Call this from overwritten fillDataSection(), if standard row based data is not used. More... | |
| fillDataSection () | |
| Standard implementation for row based data. More... | |
| fillRow (array $a_set) | |
| fillFooter () | |
| fillPreviousNext () | |
| setPreviousNextLinks () | |
| getAsynch () | |
| Use this for final get before sending asynchronous output (ajax) per echo to output. More... | |
| getPaginationViewControl () | |
| Fill previous/next row. More... | |
| getHTMLNew () | |
| getNoItemFoundContent () | |
Static Public Member Functions | |
| static | getScreenMode () |
| static | getScreenMode () |
Protected Member Functions | |
| isRepositoryObject () | |
| Returns whether block has a corresponding repository object. More... | |
| getLegacyContent () | |
| Get legacy content. More... | |
| returnToParent () | |
| validate () | |
| filterContainer () | |
| initProviders (bool $a_check_post=false) | |
| toggle () | |
| getSubItemIds (array $obj_ids) | |
| Get sub item ids depending on container type that match the preselected object ids. More... | |
Protected Member Functions inherited from ilBlockGUI | |
| isRepositoryObject () | |
| Returns whether block has a corresponding repository object. More... | |
| specialCharsAsEntities (string $string) | |
| initCommands () | |
| fillRowColor (string $a_placeholder="CSS_ROW") | |
| preloadData (array $data) | |
| Can be overwritten in subclasses. More... | |
| getLegacyContent () | |
| Get legacy content. More... | |
| getViewControls () | |
| Get view controls. More... | |
| getListItemForData (array $data) | |
| Get list item for data array. More... | |
| handleNavigation () | |
| Handle navigation. More... | |
| loadData () | |
| Load data for current page. More... | |
| getListItemGroups () | |
| Get items. More... | |
| addRepoCommands () | |
| Add repo commands. More... | |
| send (string $output) | |
| Send. More... | |
Static Protected Attributes | |
| static array | $providers_cache |
Additional Inherited Members | |
Data Fields inherited from ilBlockGUI | |
| const | PRES_MAIN_LEG = 0 |
| const | PRES_SEC_LEG = 1 |
| const | PRES_SEC_LIST = 2 |
| const | PRES_MAIN_LIST = 3 |
| const | PRES_MAIN_TILE = 4 |
Classification block, displayed in different contexts, e.g.
categories
Definition at line 23 of file class.ilClassificationBlockGUI.php.
| ilClassificationBlockGUI::__construct | ( | ) |
Reimplemented from ilBlockGUI.
Definition at line 36 of file class.ilClassificationBlockGUI.php.
References $DIC, ilBlockGUI\$lng, ilBlockGUI\$requested_ref_id, ILIAS\GlobalScreen\Provider\__construct(), ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ilBlockGUI\setTitle(), and ilLanguage\txt().
Here is the call graph for this function:| ilClassificationBlockGUI::executeCommand | ( | ) |
Definition at line 76 of file class.ilClassificationBlockGUI.php.
References ilBlockGUI\$ctrl, ilCtrl\getCmd(), and getHTML().
Here is the call graph for this function:
|
protected |
Definition at line 200 of file class.ilClassificationBlockGUI.php.
References ilBlockGUI\$access, $id, ilBlockGUI\$lng, $location, ilBlockGUI\$main_tpl, $obj_definition, $provider, ilBlockGUI\$tpl, $tree, $type, ilObjectListGUI\CONTEXT_REPOSITORY, exit, getBlockType(), ilTree\getPathFull(), ilTree\getSubTreeFilteredByObjIds(), ilUtil\getSystemMessageHTML(), initProviders(), ilTree\isDeleted(), ilArrayUtil\sortArray(), and ilLanguage\txt().
Here is the call graph for this function:| ilClassificationBlockGUI::getAjax | ( | ) |
Definition at line 132 of file class.ilClassificationBlockGUI.php.
References ilBlockGUI\$main_tpl, ilBlockGUI\$tpl, exit, getHTML(), and initProviders().
Here is the call graph for this function:| ilClassificationBlockGUI::getBlockType | ( | ) |
Reimplemented from ilBlockGUI.
Definition at line 66 of file class.ilClassificationBlockGUI.php.
Referenced by filterContainer(), and getLegacyContent().
Here is the caller graph for this function:| ilClassificationBlockGUI::getHTML | ( | ) |
Reimplemented from ilBlockGUI.
Definition at line 112 of file class.ilClassificationBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\$main_tpl, ilBlockGUI\$tpl, initProviders(), and validate().
Referenced by executeCommand(), and getAjax().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Get legacy content.
Reimplemented from ilBlockGUI.
Definition at line 144 of file class.ilClassificationBlockGUI.php.
References ilBlockGUI\$ctrl, ilBlockGUI\$main_tpl, $provider, ilBlockGUI\$tpl, getBlockType(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
static |
Reimplemented from ilBlockGUI.
Definition at line 95 of file class.ilClassificationBlockGUI.php.
References $DIC, and IL_SCREEN_CENTER.
|
protected |
Get sub item ids depending on container type that match the preselected object ids.
| int[] |
Definition at line 412 of file class.ilClassificationBlockGUI.php.
References $tree, ilObject\_lookupType(), function, ilTree\getChilds(), and ilTree\getSubTreeFilteredByObjIds().
Here is the call graph for this function:
|
protected |
Definition at line 364 of file class.ilClassificationBlockGUI.php.
References $id, $parent_ref_id, $provider, and ilClassificationProvider\getValidProviders().
Referenced by filterContainer(), getAjax(), getHTML(), and toggle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Returns whether block has a corresponding repository object.
Reimplemented from ilBlockGUI.
Definition at line 71 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 189 of file class.ilClassificationBlockGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 394 of file class.ilClassificationBlockGUI.php.
References ILIAS\Repository\ctrl(), and initProviders().
Here is the call graph for this function:
|
protected |
Definition at line 195 of file class.ilClassificationBlockGUI.php.
References $providers.
Referenced by getHTML().
Here is the caller graph for this function:
|
protected |
Definition at line 25 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 32 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 405 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 26 of file class.ilClassificationBlockGUI.php.
Referenced by filterContainer().
|
protected |
Definition at line 29 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 28 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 30 of file class.ilClassificationBlockGUI.php.
Referenced by initProviders().
|
protected |
Definition at line 31 of file class.ilClassificationBlockGUI.php.
Referenced by validate().
|
staticprotected |
Definition at line 33 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 34 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 27 of file class.ilClassificationBlockGUI.php.
Referenced by filterContainer(), and getSubItemIds().