|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
@ilCtrl_Calls ilObjBlogGUI: ilBlogPostingGUI, ilWorkspaceAccessGUI @ilCtrl_Calls ilObjBlogGUI: ilInfoScreenGUI, ilNoteGUI, ilCommonActionDispatcherGUI @ilCtrl_Calls ilObjBlogGUI: ilPermissionGUI, ilObjectCopyGUI, ilRepositorySearchGUI @ilCtrl_Calls ilObjBlogGUI: ilExportGUI, ilObjectContentStyleSettingsGUI, ilBlogExerciseGUI, ilObjNotificationSettingsGUI @ilCtrl_Calls ilObjBlogGUI: ilObjectMetaDataGUI @ilCtrl_Calls ilObjBlogGUI: ILIAS\Blog\Settings\SettingsGUI @ilCtrl_Calls ilObjBlogGUI: ILIAS\Blog\Settings\BlockSettingsGUI More...
Inheritance diagram for ilObjBlogGUI:
Collaboration diagram for ilObjBlogGUI:Public Member Functions | |
| __construct (int $a_id=0, int $a_id_type=self::REPOSITORY_NODE_ID, int $a_parent_node_id=0) | |
| getType () | |
| Functions that must be overwritten. More... | |
| getItems () | |
| edit () | |
| executeCommand () | |
| execute command More... | |
| infoScreen () | |
| this one is called from the info button in the repository More... | |
| infoScreenForward () | |
| createPosting () | |
| Create new posting. More... | |
| render () | |
| Render object context. More... | |
| preview () | |
| Render fullscreen presentation. More... | |
| export (bool $a_with_comments=false) | |
| Build and deliver export file. More... | |
| renderFullScreen (string $a_content, string $a_navigation) | |
| Build fullscreen context. More... | |
| renderFullscreenHeader (ilGlobalTemplateInterface $a_tpl, int $a_user_id, bool $a_export=false) | |
| renderList (array $items, string $a_cmd="preview", string $a_link_template="", bool $a_show_inactive=false, string $a_export_directory="") | |
| Build posting month list. More... | |
| renderToolbarNavigation (array $a_items, bool $single_posting=false) | |
| Toolbar navigation. More... | |
| renderNavigation (string $a_list_cmd="render", string $a_posting_cmd="preview", ?string $a_link_template=null, bool $a_show_inactive=false, int $a_blpg=0) | |
| Build navigation blocks. More... | |
| getKeywords (bool $a_show_inactive, ?int $a_posting_id=null) | |
| Get keywords for single posting or complete blog. More... | |
| buildExportFile (bool $a_include_comments=false, bool $print_version=false) | |
| Build export file. More... | |
| getNotesSubId () | |
| disableNotes (bool $a_value=false) | |
| filterItemsByKeyword (array $a_items, string $a_keyword) | |
| approve () | |
| contributors () | |
| addUserFromAutoComplete () | |
| Autocomplete submit. More... | |
| addContributor (array $a_user_ids=array(), ?string $a_user_type=null) | |
| Centralized method to add contributors. More... | |
| confirmRemoveContributor (array $ids=[]) | |
| Used in ContributorTableBuilder. More... | |
| removeContributor () | |
| addContributorContainerAction (array $ids=[]) | |
| Used in ContributorTableBuilder. More... | |
| deactivateAdmin () | |
| setContentStyleSheet (?ilGlobalTemplateInterface $a_tpl=null) | |
| printViewSelection () | |
| printPostings () | |
Public Member Functions inherited from ilObject2GUI | |
| __construct (int $id=0, int $id_type=self::REPOSITORY_NODE_ID, int $parent_node_id=0) | |
| executeCommand () | |
| execute command More... | |
| getIdType () | |
| delete () | |
| Display delete confirmation form (repository/workspace switch) More... | |
| confirmedDelete () | |
| Delete objects (repository/workspace switch) More... | |
| getHTML () | |
| withReferences () | |
| Final/Private declaration of unchanged parent methods. More... | |
| setCreationMode (bool $mode=true) | |
| If true, a creation screen is displayed the current [ref_id] does belong to the parent class The mode is determined in ilRepositoryGUI. More... | |
| getCreationMode () | |
| prepareOutput (bool $show_sub_objects=true) | |
| isVisible (int $ref_id, string $type) | |
| setColumnSettings (ilColumnGUI $column_gui) | |
| view () | |
| view object content (repository/workspace switch) More... | |
| getType () | |
| Functions that must be overwritten. More... | |
| create () | |
| CRUD. More... | |
| save () | |
| edit () | |
| update () | |
| cancel () | |
| putObjectInTree (ilObject $obj, ?int $parent_node_id=null) | |
| Add object to tree at given position. More... | |
Public Member Functions inherited from ilObjectGUI | |
| getRefId () | |
| setAdminMode (string $mode) | |
| getAdminMode () | |
| getObject () | |
| executeCommand () | |
| withReferences () | |
| determines whether objects are referenced or not (got ref ids or not) More... | |
| setCreationMode (bool $mode=true) | |
| If true, a creation screen is displayed the current [ref_id] does belong to the parent class The mode is determined in ilRepositoryGUI. More... | |
| getCreationMode () | |
| prepareOutput (bool $show_sub_objects=true) | |
| getAdminTabs () | |
| administration tabs show only permissions and trash folder More... | |
| getHTML () | |
| confirmedDeleteObject () | |
| confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More... | |
| cancelObject () | |
| cancel action and go back to previous page More... | |
| createObject () | |
| create new object form More... | |
| editAvailabilityPeriodObject () | |
| saveAvailabilityPeriodObject () | |
| cancelCreation () | |
| cancel create action and go back to repository parent More... | |
| saveObject () | |
| getDidacticTemplateVar (string $type) | |
| Get didactic template setting from creation screen. More... | |
| putObjectInTree (ilObject $obj, ?int $parent_node_id=null) | |
| Add object to tree at given position. More... | |
| editObject () | |
| addExternalEditFormCustom (ilPropertyFormGUI $form) | |
| updateObject () | |
| updates object entry in object_data More... | |
| getFormAction (string $cmd, string $default_form_action="") | |
| Get form action for command (command is method name without "Object", e.g. More... | |
| isVisible (int $ref_id, string $type) | |
| viewObject () | |
| viewObject container presentation for "administration -> repository, trash, permissions" More... | |
| deleteObject (bool $error=false) | |
| Display deletion confirmation screen. More... | |
| setColumnSettings (ilColumnGUI $column_gui) | |
| addToDeskObject () | |
| removeFromDeskObject () | |
Public Member Functions inherited from ILIAS\Object\ImplementsCreationCallback | |
| callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
Public Member Functions inherited from ilDesktopItemHandling | |
| addToDeskObject () | |
| removeFromDeskObject () | |
Static Public Member Functions | |
| static | lookupSubObjectTitle (int $a_blog_id, int $a_posting_id) |
| Get title for blog posting (used in ilNotesGUI) More... | |
Static Public Member Functions inherited from ilObject2GUI | |
| static | handleAfterSaveCallback (ilObject $obj, ?int $callback_ref_id) |
| After creation callback. More... | |
Static Public Member Functions inherited from ilObjectGUI | |
| static | _gotoRepositoryRoot (bool $raise_error=false) |
| Goto repository root. More... | |
| static | _gotoRepositoryNode (int $ref_id, string $cmd="") |
| static | _gotoSharedWorkspaceNode (int $wsp_id) |
Protected Member Functions | |
| afterSave (ilObject $new_object) | |
| Post (successful) object creation hook. More... | |
| setSettingsSubTabs (string $a_active) | |
| setTabs () | |
| create tabs (repository/workspace switch) More... | |
| showExportGUI () | |
| createExportFileWithComments () | |
| createExportFile () | |
| triggerAssignmentTool () | |
| getListItems (bool $a_show_inactive=false) | |
| Filter blog postings by month, keyword or author. More... | |
| buildPostingList (int $a_obj_id) | |
| Gather all blog postings. More... | |
| buildExportLink (string $a_template, string $a_type, string $a_id) | |
| Build export link. More... | |
| renderNavigationByDate (array $a_items, string $a_list_cmd="render", string $a_posting_cmd="preview", ?string $a_link_template=null, bool $a_show_inactive=false, int $a_blpg=0) | |
| Build navigation by date block. More... | |
| renderNavigationByKeywords (string $a_list_cmd="render", bool $a_show_inactive=false, string $a_link_template="", int $a_blpg=0) | |
| Build navigation by keywords block. More... | |
| renderNavigationByAuthors (array $a_items, string $a_list_cmd="render", bool $a_show_inactive=false) | |
| addHeaderActionForCommand (string $a_cmd) | |
| initHeaderAction (?string $sub_type=null, ?int $sub_id=null, bool $is_preview=false) | |
| setNotification () | |
| filterInactivePostings () | |
| Filter inactive items from items list. More... | |
| addLocatorItems () | |
| Functions to be overwritten. More... | |
| exportWithComments () | |
| Handle export choice. More... | |
| forwardExport () | |
Protected Member Functions inherited from ilObject2GUI | |
| afterConstructor () | |
| Do anything that should be done after constructor in here. More... | |
| assignObject () | |
| create object instance as internal property (repository/workspace switch) More... | |
| getAccessHandler () | |
| setLocator () | |
| set Locator More... | |
| deleteConfirmedObjects () | |
| Delete objects (workspace specific) This should probably be moved elsewhere as done with RepUtil. More... | |
| setTitleAndDescription () | |
| omitLocator (bool $omit=true) | |
| getTargetFrame (string $cmd, string $target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. More... | |
| setTargetFrame (string $cmd, string $target_frame) | |
| Set specific target frame for command. More... | |
| getCenterColumnHTML () | |
| Get center column. More... | |
| getRightColumnHTML () | |
| Display right column. More... | |
| checkPermission (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
| showPossibleSubObjects () | |
| show possible sub objects (pull down menu) More... | |
| redirectToRefId (int $ref_id, string $cmd="") | |
| redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current ["ref_id"] value of the request More... | |
| addAdminLocatorItems (bool $do_not_add_object=false) | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| setTabs () | |
| create tabs (repository/workspace switch) More... | |
| getReturnLocation (string $cmd, string $location="") | |
| Deprecated functions. More... | |
| setReturnLocation (string $cmd, string $location) | |
| set specific return location for command More... | |
| showActions () | |
| getTabs () | |
| @abstract overwrite in derived GUI class of your object type More... | |
| addLocatorItems () | |
| Functions to be overwritten. More... | |
| checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $node_id=null) | |
| initHeaderAction (?string $sub_type=null, ?int $sub_id=null) | |
| Add header action menu. More... | |
| redrawHeaderAction () | |
| Updating icons after ajax call. More... | |
Protected Member Functions inherited from ilObjectGUI | |
| getObjectService () | |
| assignObject () | |
| setTitleAndDescription () | |
| createActionDispatcherGUI () | |
| initHeaderAction (?string $sub_type=null, ?int $sub_id=null) | |
| Add header action menu. More... | |
| insertHeaderAction (?ilObjectListGUI $list_gui=null) | |
| Insert header action into main template. More... | |
| addHeaderAction () | |
| Add header action menu. More... | |
| redrawHeaderActionObject () | |
| Ajax call: redraw action header only. More... | |
| setTabs () | |
| set admin tabs More... | |
| setAdminTabs () | |
| set admin tabs More... | |
| setLocator () | |
| addLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| omitLocator (bool $omit=true) | |
| addAdminLocatorItems (bool $do_not_add_object=false) | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| getCreationFormsHTML (StandardForm|ilPropertyFormGUI|array $form) | |
| getTitleForCreationFormPage () | |
| getCreationFormTitle () | |
| initCreateForm (string $new_type) | |
| didacticTemplatesToForm () | |
| initDidacticTemplate (ilPropertyFormGUI $form) | |
| retrieveAdditionalDidacticTemplateOptions () | |
| addAdoptContentLinkToToolbar () | |
| addImportButtonToToolbar () | |
| addAvailabilityPeriodButtonToToolbar (ilToolbarGUI $toolbar) | |
| parseDidacticTemplateVar (string $var, string $type) | |
| afterSave (ilObject $new_object) | |
| Post (successful) object creation hook. More... | |
| initEditForm () | |
| initEditCustomForm (ilPropertyFormGUI $a_form) | |
| Add custom fields to update form. More... | |
| getEditFormValues () | |
| getEditFormCustomValues (array &$a_values) | |
| Add values to custom edit fields. More... | |
| validateCustom (ilPropertyFormGUI $form) | |
| Validate custom values (if not possible with checkInput()) More... | |
| updateCustom (ilPropertyFormGUI $form) | |
| Insert custom update form values into object. More... | |
| afterUpdate () | |
| Post (successful) object update hook. More... | |
| routeImportCmdObject () | |
| importFile (string $file_to_import, string $path_to_uploaded_file_in_temp_dir) | |
| deleteUploadedImportFile (string $path_to_uploaded_file_in_temp_dir) | |
| afterImport (ilObject $new_object) | |
| Post (successful) object import hook. More... | |
| setFormAction (string $cmd, string $form_action) | |
| getReturnLocation (string $cmd, string $default_location="") | |
| Get return location for command (command is method name without "Object", e.g. More... | |
| setReturnLocation (string $cmd, string $location) | |
| set specific return location for command More... | |
| getTargetFrame (string $cmd, string $default_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. More... | |
| setTargetFrame (string $cmd, string $target_frame) | |
| Set specific target frame for command. More... | |
| showPossibleSubObjects () | |
| show possible sub objects (pull down menu) More... | |
| getTabs () | |
| @abstract overwrite in derived GUI class of your object type More... | |
| redirectToRefId (int $ref_id, string $cmd="") | |
| redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current ["ref_id"] value of the request More... | |
| getCenterColumnHTML () | |
| Get center column. More... | |
| getRightColumnHTML () | |
| Display right column. More... | |
| checkPermission (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
| checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
| enableDragDropFileUpload () | |
| Enables the file upload into this object by dropping files. More... | |
| getCreatableObjectTypes () | |
| buildAddNewItemElements (array $subtypes, string $create_target_class=ilRepositoryGUI::class, ?int $redirect_target_ref_id=null,) | |
| buildGroup (string $create_target_class, array $obj_types_in_group, string $title, array $subtypes) | |
Additional Inherited Members | |
Data Fields inherited from ilObject2GUI | |
| const | OBJECT_ID = 0 |
| const | REPOSITORY_NODE_ID = 1 |
| const | WORKSPACE_NODE_ID = 2 |
| const | REPOSITORY_OBJECT_ID = 3 |
| const | WORKSPACE_OBJECT_ID = 4 |
| const | PORTFOLIO_OBJECT_ID = 5 |
Data Fields inherited from ilObjectGUI | |
| const | ADMIN_MODE_NONE = "" |
| const | ADMIN_MODE_SETTINGS = "settings" |
| const | ADMIN_MODE_REPOSITORY = "repository" |
| const | UPLOAD_TYPE_LOCAL = 1 |
| const | UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
| const | CFORM_NEW = 1 |
| const | CFORM_IMPORT = 2 |
| const | CFORM_CLONE = 3 |
| const | SUPPORTED_IMPORT_MIME_TYPES = [MimeType::APPLICATION__ZIP, MimeType::APPLICATION__X_ZIP_COMPRESSED] |
@ilCtrl_Calls ilObjBlogGUI: ilBlogPostingGUI, ilWorkspaceAccessGUI @ilCtrl_Calls ilObjBlogGUI: ilInfoScreenGUI, ilNoteGUI, ilCommonActionDispatcherGUI @ilCtrl_Calls ilObjBlogGUI: ilPermissionGUI, ilObjectCopyGUI, ilRepositorySearchGUI @ilCtrl_Calls ilObjBlogGUI: ilExportGUI, ilObjectContentStyleSettingsGUI, ilBlogExerciseGUI, ilObjNotificationSettingsGUI @ilCtrl_Calls ilObjBlogGUI: ilObjectMetaDataGUI @ilCtrl_Calls ilObjBlogGUI: ILIAS\Blog\Settings\SettingsGUI @ilCtrl_Calls ilObjBlogGUI: ILIAS\Blog\Settings\BlockSettingsGUI
Definition at line 42 of file class.ilObjBlogGUI.php.
| ilObjBlogGUI::__construct | ( | int | $a_id = 0, |
| int | $a_id_type = self::REPOSITORY_NODE_ID, |
||
| int | $a_parent_node_id = 0 |
||
| ) |
Reimplemented from ilObject2GUI.
Definition at line 80 of file class.ilObjBlogGUI.php.
References $blog_request, $DIC, $domain, $gui, XapiProxy\$req, $service, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Blog\InternalDomainService\blogSettings(), buildPostingList(), ILIAS\Repository\ctrl(), ilObject2GUI\getAccessHandler(), ILIAS\Repository\help(), ILIAS\Repository\lng(), ILIAS\Repository\locator(), ilBlogPosting\lookupBlogId(), ILIAS\Repository\object(), ILIAS\Blog\InternalDomainService\perm(), ILIAS\Repository\profile(), ILIAS\Blog\InternalDomainService\readingTime(), ILIAS\Blog\InternalGUIService\readingTime(), ILIAS\Repository\settings(), ILIAS\Blog\InternalGUIService\standardRequest(), ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilObjBlogGUI::addContributor | ( | array | $a_user_ids = array(), |
| ?string | $a_user_type = null |
||
| ) |
Centralized method to add contributors.
Definition at line 2192 of file class.ilObjBlogGUI.php.
| ilObjBlogGUI::addContributorContainerAction | ( | array | $ids = [] | ) |
Used in ContributorTableBuilder.
Definition at line 2296 of file class.ilObjBlogGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 1900 of file class.ilObjBlogGUI.php.
References ANONYMOUS_USER_ID.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Functions to be overwritten.
Reimplemented from ilObject2GUI.
Definition at line 2080 of file class.ilObjBlogGUI.php.
References ILIAS\Repository\object().
Here is the call graph for this function:| ilObjBlogGUI::addUserFromAutoComplete | ( | ) |
Autocomplete submit.
Definition at line 2159 of file class.ilObjBlogGUI.php.
References $lng, $user_id, ilObjUser\_lookupId(), and ILIAS\Repository\int().
Here is the call graph for this function:
|
protected |
Post (successful) object creation hook.
Reimplemented from ilObjectGUI.
Definition at line 195 of file class.ilObjBlogGUI.php.
References ilObject2GUI\$ctrl, ILIAS\Repository\lng(), and ilCtrl\redirect().
Here is the call graph for this function:| ilObjBlogGUI::approve | ( | ) |
Definition at line 2089 of file class.ilObjBlogGUI.php.
References $post, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjBlogGUI::buildExportFile | ( | bool | $a_include_comments = false, |
| bool | $print_version = false |
||
| ) |
Build export file.
Definition at line 1863 of file class.ilObjBlogGUI.php.
Referenced by createExportFile(), and createExportFileWithComments().
Here is the caller graph for this function:
|
protected |
Build export link.
Definition at line 1337 of file class.ilObjBlogGUI.php.
|
protected |
Gather all blog postings.
Definition at line 1025 of file class.ilObjBlogGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilObjBlogGUI::confirmRemoveContributor | ( | array | $ids = [] | ) |
Used in ContributorTableBuilder.
Definition at line 2235 of file class.ilObjBlogGUI.php.
References $user_id, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjBlogGUI::contributors | ( | ) |
Definition at line 2108 of file class.ilObjBlogGUI.php.
References $lng, ilRepositorySearchGUI\fillAutoCompleteToolbar(), and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
Definition at line 627 of file class.ilObjBlogGUI.php.
References buildExportFile(), ilExportGUI\CMD_LIST_EXPORT_FILES, ILIAS\Repository\ctrl(), ilObject2GUI\prepareOutput(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Definition at line 619 of file class.ilObjBlogGUI.php.
References buildExportFile(), ilExportGUI\CMD_LIST_EXPORT_FILES, ILIAS\Repository\ctrl(), ilObject2GUI\prepareOutput(), and ILIAS\Repository\tabs().
Here is the call graph for this function:| ilObjBlogGUI::createPosting | ( | ) |
Create new posting.
Definition at line 700 of file class.ilObjBlogGUI.php.
References ilObject2GUI\$ctrl, ilObject2GUI\$user, ilObject\getTitle(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjBlogGUI::deactivateAdmin | ( | ) |
Definition at line 2307 of file class.ilObjBlogGUI.php.
References $post, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjBlogGUI::disableNotes | ( | bool | $a_value = false | ) |
Definition at line 1895 of file class.ilObjBlogGUI.php.
| ilObjBlogGUI::edit | ( | ) |
Reimplemented from ilObject2GUI.
Definition at line 249 of file class.ilObjBlogGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjBlogGUI::executeCommand | ( | ) |
execute command
Reimplemented from ilObject2GUI.
Definition at line 327 of file class.ilObjBlogGUI.php.
References ilObject2GUI\$ctrl, $gui, $info, ilObject2GUI\$lng, $nav_history, $tabs, ilObject2GUI\$tpl, ilObjectGUI\addHeaderAction(), addHeaderActionForCommand(), ilObject2GUI\checkPermission(), ilObject2GUI\checkPermissionBool(), ILIAS\Repository\ctrl(), ILIAS\Blog\InternalGUIService\exercise(), filterInactivePostings(), ilObject2GUI\getAccessHandler(), ilObject2GUI\getCreationMode(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), infoScreenForward(), ILIAS\Repository\lng(), ILIAS\UICore\GlobalTemplate\loadStandardTemplate(), ILIAS\Repository\object(), ilObject2GUI\prepareOutput(), preview(), renderFullScreen(), renderNavigation(), renderToolbarNavigation(), ILIAS\UICore\GlobalTemplate\setContent(), setContentStyleSheet(), ilObject2GUI\setLocator(), ILIAS\UICore\GlobalTemplate\setRightContent(), setSettingsSubTabs(), ILIAS\Blog\InternalGUIService\settings(), showExportGUI(), ILIAS\Repository\tabs(), triggerAssignmentTool(), and ilLanguage\txt().
Here is the call graph for this function:| ilObjBlogGUI::export | ( | bool | $a_with_comments = false | ) |
Build and deliver export file.
Definition at line 880 of file class.ilObjBlogGUI.php.
|
protected |
Handle export choice.
Definition at line 2348 of file class.ilObjBlogGUI.php.
|
protected |
Filter inactive items from items list.
Definition at line 2041 of file class.ilObjBlogGUI.php.
References $id, and ilPageObject\_lookupActive().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjBlogGUI::filterItemsByKeyword | ( | array | $a_items, |
| string | $a_keyword | ||
| ) |
Definition at line 2062 of file class.ilObjBlogGUI.php.
References $res, and ilBlogPosting\getKeywords().
Here is the call graph for this function:
|
protected |
Definition at line 2393 of file class.ilObjBlogGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjBlogGUI::getItems | ( | ) |
Definition at line 190 of file class.ilObjBlogGUI.php.
References $items.
| ilObjBlogGUI::getKeywords | ( | bool | $a_show_inactive, |
| ?int | $a_posting_id = null |
||
| ) |
Get keywords for single posting or complete blog.
Definition at line 1817 of file class.ilObjBlogGUI.php.
References ilBlogPosting\getKeywords().
Here is the call graph for this function:
|
protected |
Filter blog postings by month, keyword or author.
Definition at line 811 of file class.ilObjBlogGUI.php.
References ilObjectGUI\$id, $items, and $month.
Referenced by render().
Here is the caller graph for this function:| ilObjBlogGUI::getNotesSubId | ( | ) |
Definition at line 1890 of file class.ilObjBlogGUI.php.
| ilObjBlogGUI::getType | ( | ) |
Functions that must be overwritten.
Reimplemented from ilObject2GUI.
Definition at line 185 of file class.ilObjBlogGUI.php.
| ilObjBlogGUI::infoScreen | ( | ) |
this one is called from the info button in the repository
Definition at line 656 of file class.ilObjBlogGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjBlogGUI::infoScreenForward | ( | ) |
Definition at line 661 of file class.ilObjBlogGUI.php.
References $info, $tabs, ilTabsGUI\activateTab(), ilObject2GUI\checkPermission(), ilObject2GUI\checkPermissionBool(), ILIAS\Repository\ctrl(), and ILIAS\Repository\object().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 1922 of file class.ilObjBlogGUI.php.
|
static |
Get title for blog posting (used in ilNotesGUI)
Definition at line 2026 of file class.ilObjBlogGUI.php.
References $post.
| ilObjBlogGUI::preview | ( | ) |
Render fullscreen presentation.
Definition at line 853 of file class.ilObjBlogGUI.php.
References $lng.
Referenced by executeCommand().
Here is the caller graph for this function:| ilObjBlogGUI::printPostings | ( | ) |
Definition at line 2387 of file class.ilObjBlogGUI.php.
| ilObjBlogGUI::printViewSelection | ( | ) |
Definition at line 2381 of file class.ilObjBlogGUI.php.
| ilObjBlogGUI::removeContributor | ( | ) |
Definition at line 2262 of file class.ilObjBlogGUI.php.
References $lng, $user_id, ILIAS\Repository\ctrl(), ilRbacAdmin\deassignUser(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjBlogGUI::render | ( | ) |
Render object context.
Definition at line 729 of file class.ilObjBlogGUI.php.
References ilObject2GUI\$ctrl, ilObject2GUI\$lng, $tabs, ilObject2GUI\$tpl, $url, ILIAS\UICore\GlobalTemplate\addOnLoadCode(), ilObject2GUI\checkPermissionBool(), ILIAS\Repository\ctrl(), getListItems(), renderList(), renderNavigation(), ILIAS\UICore\GlobalTemplate\setContent(), setContentStyleSheet(), ILIAS\UICore\GlobalTemplate\setRightContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilObjBlogGUI::renderFullScreen | ( | string | $a_content, |
| string | $a_navigation | ||
| ) |
Build fullscreen context.
Definition at line 893 of file class.ilObjBlogGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjBlogGUI::renderFullscreenHeader | ( | ilGlobalTemplateInterface | $a_tpl, |
| int | $a_user_id, | ||
| bool | $a_export = false |
||
| ) |
Definition at line 964 of file class.ilObjBlogGUI.php.
References ilChangeEvent\_recordReadEvent(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjBlogGUI::renderList | ( | array | $items, |
| string | $a_cmd = "preview", |
||
| string | $a_link_template = "", |
||
| bool | $a_show_inactive = false, |
||
| string | $a_export_directory = "" |
||
| ) |
Build posting month list.
Definition at line 1052 of file class.ilObjBlogGUI.php.
Referenced by render().
Here is the caller graph for this function:| ilObjBlogGUI::renderNavigation | ( | string | $a_list_cmd = "render", |
| string | $a_posting_cmd = "preview", |
||
| ?string | $a_link_template = null, |
||
| bool | $a_show_inactive = false, |
||
| int | $a_blpg = 0 |
||
| ) |
Build navigation blocks.
Definition at line 1701 of file class.ilObjBlogGUI.php.
Referenced by executeCommand(), and render().
Here is the caller graph for this function:
|
protected |
Definition at line 1601 of file class.ilObjBlogGUI.php.
|
protected |
Build navigation by date block.
Definition at line 1349 of file class.ilObjBlogGUI.php.
References $id, and ilPageObject\_lookupActive().
Here is the call graph for this function:
|
protected |
Build navigation by keywords block.
Definition at line 1562 of file class.ilObjBlogGUI.php.
| ilObjBlogGUI::renderToolbarNavigation | ( | array | $a_items, |
| bool | $single_posting = false |
||
| ) |
Toolbar navigation.
Definition at line 1683 of file class.ilObjBlogGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilObjBlogGUI::setContentStyleSheet | ( | ?ilGlobalTemplateInterface | $a_tpl = null | ) |
Definition at line 2327 of file class.ilObjBlogGUI.php.
Referenced by executeCommand(), and render().
Here is the caller graph for this function:
|
protected |
Definition at line 2005 of file class.ilObjBlogGUI.php.
References ilNotification\setNotification(), and ilNotification\TYPE_BLOG.
Here is the call graph for this function:
|
protected |
Definition at line 203 of file class.ilObjBlogGUI.php.
References ilObject2GUI\$access, ilObjectGUI\$tree, ilRBACAccessHandler\checkAccess(), ilTree\checkForParentType(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
create tabs (repository/workspace switch)
this had to be moved here because of the context-specific permission tab
Reimplemented from ilObject2GUI.
Definition at line 254 of file class.ilObjBlogGUI.php.
References $help, ilObject2GUI\$lng, ilObject2GUI\checkPermissionBool(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilLanguage\txt().
Here is the call graph for this function:
|
protected |
Definition at line 611 of file class.ilObjBlogGUI.php.
References ILIAS\Repository\ctrl(), ilObject2GUI\prepareOutput(), and ILIAS\Repository\tabs().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 635 of file class.ilObjBlogGUI.php.
References ilExerciseGSToolProvider\EXC_ASS_BUTTONS, ilExerciseGSToolProvider\EXC_ASS_IDS, and ilExerciseGSToolProvider\SHOW_EXC_ASSIGNMENT_INFO.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 72 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 64 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 55 of file class.ilObjBlogGUI.php.
Referenced by __construct().
|
protected |
Definition at line 44 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 66 of file class.ilObjBlogGUI.php.
Definition at line 78 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 77 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 74 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 48 of file class.ilObjBlogGUI.php.
Referenced by __construct().
|
protected |
Definition at line 49 of file class.ilObjBlogGUI.php.
Referenced by __construct(), and executeCommand().
|
protected |
Definition at line 56 of file class.ilObjBlogGUI.php.
Referenced by setTabs().
|
protected |
Definition at line 62 of file class.ilObjBlogGUI.php.
Referenced by getItems(), and getListItems().
|
protected |
Definition at line 63 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 61 of file class.ilObjBlogGUI.php.
Referenced by getListItems().
|
protected |
Definition at line 65 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 58 of file class.ilObjBlogGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 73 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 51 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 71 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 67 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 47 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 68 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 46 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 45 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 70 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 59 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 52 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 53 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 50 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 57 of file class.ilObjBlogGUI.php.
Referenced by executeCommand(), infoScreenForward(), and render().
|
protected |
Definition at line 75 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 76 of file class.ilObjBlogGUI.php.
|
protected |
Definition at line 69 of file class.ilObjBlogGUI.php.