|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilWikiFunctionsBlockGUI:
Collaboration diagram for ilWikiFunctionsBlockGUI:Public Member Functions | |
| __construct () | |
| getBlockType () | |
| executeCommand () | |
| execute command More... | |
| setPageObject (ilWikiPage $a_pageob) | |
| getPageObject () | |
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 Attributes | |
| static | $block_type = "wikiside" |
| static | $st_data |
Protected Member Functions | |
| isRepositoryObject () | |
| Returns whether block has a corresponding repository object. More... | |
| getLegacyContent () | |
| Get legacy content. 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... | |
Protected Attributes | |
| ILIAS Wiki InternalGUIService | $gui |
| int | $wpg_id |
| int | $ref_id |
| ilWikiPage | $pageob |
| ilObjWiki | $wiki |
Protected Attributes inherited from ilBlockGUI | |
| ILIAS UI Renderer | $renderer |
| Factory | $factory |
| object | $gui_object |
| ILIAS Container Block StandardGUIRequest | $request |
| ILIAS Container Block BlockManager | $block_manager |
| bool | $repositorymode = false |
| ILIAS DI UIServices | $ui |
| array | $data = array() |
| bool | $enablenuminfo = true |
| array | $footer_links = array() |
| string | $block_id = "0" |
| bool | $allow_moving = true |
| array | $move = array("left" => false, "right" => false, "up" => false, "down" => false) |
| array | $block_commands = array() |
| int | $max_count = 0 |
| bool | $close_command = false |
| bool | $image = false |
| array | $property = [] |
| string | $nav_value = "" |
| string | $css_row = "" |
| string | $title = "" |
| bool | $admincommands = false |
| array | $dropdown |
| ilTemplate | $tpl |
| ilGlobalTemplateInterface | $main_tpl |
| ilObjUser | $user |
| ilCtrl | $ctrl |
| ilAccessHandler | $access |
| ilLanguage | $lng |
| ilObjectDefinition | $obj_def |
| int | $presentation |
| int | $requested_ref_id |
Additional Inherited Members | |
Static Public Member Functions inherited from ilBlockGUI | |
| static | getScreenMode () |
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 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning BlockGUI class for wiki functions block
Definition at line 24 of file class.ilWikiFunctionsBlockGUI.php.
| ilWikiFunctionsBlockGUI::__construct | ( | ) |
Reimplemented from ilBlockGUI.
Definition at line 34 of file class.ilWikiFunctionsBlockGUI.php.
References $DIC, ilBlockGUI\$lng, ilBlockGUI\$request, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ilBlockGUI\setEnableNumInfo(), ilBlockGUI\setPresentation(), ilBlockGUI\setTitle(), ilLanguage\txt(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilWikiFunctionsBlockGUI::executeCommand | ( | ) |
execute command
Definition at line 83 of file class.ilWikiFunctionsBlockGUI.php.
References ilBlockGUI\$ctrl, and ilCtrl\getNextClass().
Here is the call graph for this function:| ilWikiFunctionsBlockGUI::getBlockType | ( | ) |
Reimplemented from ilBlockGUI.
Definition at line 70 of file class.ilWikiFunctionsBlockGUI.php.
References $block_type.
|
protected |
Get legacy content.
Reimplemented from ilBlockGUI.
Definition at line 105 of file class.ilWikiFunctionsBlockGUI.php.
References Vendor\Package\$a, ilBlockGUI\$access, ilBlockGUI\$ctrl, ilBlockGUI\$lng, ilBlockGUI\$tpl, ilAdvancedMDRecord\_getSelectedRecordsByObject(), ilObjWiki\_lookupRating(), ilObjWiki\_lookupStartPage(), ilWikiPerm\check(), ilTemplate\get(), ILIAS\Survey\Mode\getId(), getPageObject(), ilBlockGUI\getTitle(), ILIAS\Repository\lng(), ilWikiPage\lookupAdvancedMetadataHidden(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), HTML_Template_IT\setVariable(), ilTemplate\touchBlock(), ilLanguage\txt(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ilWikiFunctionsBlockGUI::getPageObject | ( | ) |
Definition at line 101 of file class.ilWikiFunctionsBlockGUI.php.
References $pageob.
Referenced by getLegacyContent().
Here is the caller graph for this function:
|
protected |
Returns whether block has a corresponding repository object.
Reimplemented from ilBlockGUI.
Definition at line 75 of file class.ilWikiFunctionsBlockGUI.php.
| ilWikiFunctionsBlockGUI::setPageObject | ( | ilWikiPage | $a_pageob | ) |
Definition at line 96 of file class.ilWikiFunctionsBlockGUI.php.
|
static |
Definition at line 26 of file class.ilWikiFunctionsBlockGUI.php.
Referenced by getBlockType().
|
protected |
Definition at line 28 of file class.ilWikiFunctionsBlockGUI.php.
|
protected |
Definition at line 31 of file class.ilWikiFunctionsBlockGUI.php.
Referenced by getPageObject().
|
protected |
Definition at line 30 of file class.ilWikiFunctionsBlockGUI.php.
|
static |
Definition at line 27 of file class.ilWikiFunctionsBlockGUI.php.
|
protected |
Definition at line 32 of file class.ilWikiFunctionsBlockGUI.php.
|
protected |
Definition at line 29 of file class.ilWikiFunctionsBlockGUI.php.