|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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 () | |
| checkOffset (int $offset) | |
| 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="", RoundTrip $modal=null) | |
| getBlockCommands () | |
| getHTML () | |
| getAsynch () | |
| Use this for final get before sending asynchronous output (ajax) per echo to output. More... | |
| getPaginationViewControl () | |
| Fill previous/next row. More... | |
| getViewControlsForPanel () | |
| sortObject () | |
| addSortOption (string $option, string $label, bool $active) | |
| setSortTarget (string $target) | |
| addPresentation (string $label, string $target, bool $active) | |
| getNoItemFoundContent () | |
Static Public Member Functions | |
| static | getScreenMode () |
Static Public Member Functions inherited from ilBlockGUI | |
| static | getScreenMode () |
Protected Member Functions | |
| isRepositoryObject () | |
| getLegacyContent () | |
| 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 () | |
| preloadData (array $data) | |
| Can be overwritten in subclasses. More... | |
| getLegacyContent () | |
| Get legacy content. 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... | |
| getActionsForPanel () | |
| 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 26 of file class.ilClassificationBlockGUI.php.
| ilClassificationBlockGUI::__construct | ( | ) |
Definition at line 39 of file class.ilClassificationBlockGUI.php.
References $DIC, ilBlockGUI\$requested_ref_id, $service, ILIAS\GlobalScreen\Provider\__construct(), ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilBlockGUI\setTitle().
Here is the call graph for this function:| ilClassificationBlockGUI::executeCommand | ( | ) |
Definition at line 79 of file class.ilClassificationBlockGUI.php.
References ilBlockGUI\$ctrl, ilCtrl\getCmd(), and getHTML().
Here is the call graph for this function:
|
protected |
Definition at line 202 of file class.ilClassificationBlockGUI.php.
References ilBlockGUI\$access, $id, ilBlockGUI\$lng, $location, ilBlockGUI\$main_tpl, $obj_definition, $provider, ilBlockGUI\$tpl, $tree, 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 128 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 | ( | ) |
Definition at line 69 of file class.ilClassificationBlockGUI.php.
Referenced by filterContainer(), and getLegacyContent().
Here is the caller graph for this function:| ilClassificationBlockGUI::getHTML | ( | ) |
Definition at line 115 of file class.ilClassificationBlockGUI.php.
References 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 |
Definition at line 140 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 |
Definition at line 98 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 407 of file class.ilClassificationBlockGUI.php.
References $tree, ilObject\_lookupType(), ilTree\getChilds(), and ilTree\getSubTreeFilteredByObjIds().
Here is the call graph for this function:
|
protected |
Definition at line 365 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 |
Definition at line 74 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 191 of file class.ilClassificationBlockGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 396 of file class.ilClassificationBlockGUI.php.
References ILIAS\Repository\ctrl(), and initProviders().
Here is the call graph for this function:
|
protected |
Definition at line 197 of file class.ilClassificationBlockGUI.php.
References $providers.
Referenced by getHTML().
Here is the caller graph for this function:
|
protected |
Definition at line 29 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 28 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 36 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 30 of file class.ilClassificationBlockGUI.php.
Referenced by filterContainer().
|
protected |
Definition at line 33 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 32 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 34 of file class.ilClassificationBlockGUI.php.
Referenced by initProviders().
|
protected |
Definition at line 35 of file class.ilClassificationBlockGUI.php.
Referenced by validate().
|
staticprotected |
Definition at line 37 of file class.ilClassificationBlockGUI.php.
|
protected |
Definition at line 31 of file class.ilClassificationBlockGUI.php.
Referenced by filterContainer(), and getSubItemIds().