ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
|
ilTutorialSupportBlockGUI: ilColumnGUI More...
Public Member Functions | |
__construct () | |
getData () | |
getBlockType () | |
![]() | |
__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 () | |
Protected Member Functions | |
initRefIdFromQuery () | |
createTutorItem (string $mail_url, string $name, int $tutor_id,) | |
getTutorData (ilObjUser $tutor) | |
getTutorIds () | |
hasPublicProfile (ilObjUser $tutor) | |
hasContactEnabled (int $tutor_id) | |
isIliasInternalMailEnabled () | |
isTutorCurrentUser (int $tutor_id) | |
isUserValid (ilObjUser $tutor) | |
isCurrentUserAllowedToSeeTutorBlock () | |
areILIASGlobalProfilesEnabled () | |
createMailShyButton (string $mail_url) | |
getMailUrlOfUser (ilObjUser $tutor) | |
getListItemForData (array $data) | |
isRepositoryObject () | |
![]() | |
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 | |
const | BLOCK_TYPE = 'tusu' |
const | DATA_MAIL_URL = 'mail_url' |
const | DATA_NAME = 'name' |
const | DATA_TUTOR_ID = 'tutor_id' |
const | EMPTY_MAIL_URL_STRING = '' |
const | ITEM_LIMIT = 5 |
HttpServices | $http |
RefineryFactory | $refinery |
ilSetting | $ilias_settings |
ilRbacSystem | $rbac_system |
![]() | |
ILIAS UI Renderer | $renderer |
Factory | $factory |
object | $gui_object |
ILIAS Block StandardGUIRequest | $request |
ILIAS 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 | getScreenMode () |
![]() | |
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 |
ilTutorialSupportBlockGUI: ilColumnGUI
Definition at line 34 of file class.ilTutorialSupportBlockGUI.php.
ilTutorialSupportBlockGUI::__construct | ( | ) |
Definition at line 47 of file class.ilTutorialSupportBlockGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), ilBlockGUI\setBlockId(), ilBlockGUI\setLimit(), ilBlockGUI\setPresentation(), and ilBlockGUI\setTitle().
|
protected |
Definition at line 163 of file class.ilTutorialSupportBlockGUI.php.
Referenced by isCurrentUserAllowedToSeeTutorBlock().
|
protected |
Definition at line 168 of file class.ilTutorialSupportBlockGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Referenced by createTutorItem().
|
protected |
Definition at line 72 of file class.ilTutorialSupportBlockGUI.php.
References ilBlockGUI\$dropdown, ilObjUser\_getPersonalPicturePath(), createMailShyButton(), ilBlockGUI\getHTML(), ilBuddySystemLinkButton\getInstanceByUserId(), hasContactEnabled(), isTutorCurrentUser(), ILIAS\Repository\lng(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
Referenced by getListItemForData().
ilTutorialSupportBlockGUI::getBlockType | ( | ) |
Definition at line 223 of file class.ilTutorialSupportBlockGUI.php.
ilTutorialSupportBlockGUI::getData | ( | ) |
Definition at line 194 of file class.ilTutorialSupportBlockGUI.php.
References ilBlockGUI\$data, getTutorData(), getTutorIds(), isCurrentUserAllowedToSeeTutorBlock(), isUserValid(), and ILIAS\Repository\user().
|
protected |
Definition at line 214 of file class.ilTutorialSupportBlockGUI.php.
References createTutorItem().
|
protected |
Definition at line 176 of file class.ilTutorialSupportBlockGUI.php.
References ilMailFormCall\getLinkTarget(), ilObjUser\getLogin(), ILIAS\FileDelivery\http(), and isIliasInternalMailEnabled().
Referenced by getTutorData().
|
protected |
Definition at line 101 of file class.ilTutorialSupportBlockGUI.php.
References ilObjUser\getFullname(), ilObject\getId(), and getMailUrlOfUser().
Referenced by getData().
|
protected |
Definition at line 110 of file class.ilTutorialSupportBlockGUI.php.
References ilObject\_lookupObjId(), and initRefIdFromQuery().
Referenced by getData().
|
protected |
Definition at line 130 of file class.ilTutorialSupportBlockGUI.php.
References ilObjUser\_lookupPref(), and ilBuddySystem\getInstance().
Referenced by createTutorItem().
|
protected |
Definition at line 121 of file class.ilTutorialSupportBlockGUI.php.
References ilObjUser\getPref(), and ILIAS\Repository\user().
Referenced by isUserValid().
|
protected |
Definition at line 61 of file class.ilTutorialSupportBlockGUI.php.
References ILIAS\FileDelivery\http(), null, and ILIAS\Repository\refinery().
Referenced by getTutorIds().
|
protected |
Definition at line 154 of file class.ilTutorialSupportBlockGUI.php.
References areILIASGlobalProfilesEnabled(), and ILIAS\Repository\user().
Referenced by getData().
|
protected |
Definition at line 139 of file class.ilTutorialSupportBlockGUI.php.
References ilMailGlobalServices\getMailObjectRefId().
Referenced by getMailUrlOfUser().
|
protected |
Definition at line 228 of file class.ilTutorialSupportBlockGUI.php.
|
protected |
Definition at line 144 of file class.ilTutorialSupportBlockGUI.php.
References ILIAS\Repository\user().
Referenced by createTutorItem().
|
protected |
Definition at line 149 of file class.ilTutorialSupportBlockGUI.php.
References hasPublicProfile(), and ilObjUser\isAnonymous().
Referenced by getData().
|
protected |
Definition at line 42 of file class.ilTutorialSupportBlockGUI.php.
|
protected |
Definition at line 44 of file class.ilTutorialSupportBlockGUI.php.
|
protected |
Definition at line 45 of file class.ilTutorialSupportBlockGUI.php.
|
protected |
Definition at line 43 of file class.ilTutorialSupportBlockGUI.php.
|
protected |
Definition at line 36 of file class.ilTutorialSupportBlockGUI.php.
|
protected |
Definition at line 37 of file class.ilTutorialSupportBlockGUI.php.
|
protected |
Definition at line 38 of file class.ilTutorialSupportBlockGUI.php.
|
protected |
Definition at line 39 of file class.ilTutorialSupportBlockGUI.php.
|
protected |
Definition at line 40 of file class.ilTutorialSupportBlockGUI.php.
|
protected |
Definition at line 41 of file class.ilTutorialSupportBlockGUI.php.