ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getParentType () | |
setTitle (string $a_title) | |
getTitle () | |
setBlogId (int $a_id) | |
getBlogId () | |
setCreated (ilDateTime $a_date) | |
getCreated () | |
setAuthor (int $a_id) | |
getAuthor () | |
setApproved (bool $a_status) | |
isApproved () | |
setWithdrawn (ilDateTime $a_date) | |
Set last withdrawal date. More... | |
getWithdrawn () | |
Get last withdrawal date. More... | |
create (bool $a_import=false) | |
Create new blog posting. More... | |
update (bool $a_validate=true, bool $a_no_history=false, bool $a_notify=true, string $a_notify_action="update") | |
read () | |
Read blog posting. More... | |
checkApproval () | |
delete () | |
Delete blog posting and all related data. More... | |
unpublish () | |
Unpublish. More... | |
setBlogNodeId (int $a_id, bool $a_is_in_workspace=false) | |
Set blog node id (needed for notification) More... | |
getNotificationAbstract () | |
getMDSection () | |
updateKeywords (array $keywords) | |
handleNews (bool $a_update=false) | |
Handle news item. More... | |
![]() | |
__construct (int $a_id=0, int $a_old_nr=0, string $a_lang="-") | |
afterConstructor () | |
getParentType () | |
initPageConfig () | |
setLanguage (string $a_val) | |
Set language. More... | |
getLanguage () | |
setPageConfig (ilPageConfig $a_val) | |
setConcreteLang (string $a_val) | |
getConcreteLang () | |
getPageConfig () | |
setRenderMd5 (string $a_rendermd5) | |
getRenderMd5 () | |
setRenderedContent (string $a_renderedcontent) | |
getRenderedContent () | |
setRenderedTime (string $a_renderedtime) | |
getRenderedTime () | |
setLastChange (string $a_lastchange) | |
getLastChange () | |
setLastChangeUser (int $a_val) | |
getLastChangeUser () | |
setShowActivationInfo (bool $a_val) | |
getShowActivationInfo () | |
getCreationUserId () | |
read () | |
Read page data. More... | |
buildDom (bool $a_force=false) | |
freeDom () | |
getDom () | |
setId (int $a_id) | |
getId () | |
setParentId (int $a_id) | |
getParentId () | |
addUpdateListener (object $a_object, string $a_method, $a_parameters="") | |
callUpdateListeners () | |
setActive (bool $a_active) | |
getActive (bool $a_check_scheduled_activation=false) | |
setActivationStart (?string $a_activationstart) | |
getActivationStart () | |
setActivationEnd (?string $a_activationend) | |
Set Activation End. More... | |
getActivationEnd () | |
getContentObject (string $a_hier_id, string $a_pc_id="") | |
Get a content object of the page. More... | |
getContentObjectForPcId (string $pcid) | |
Get content object for pc id. More... | |
getParentContentObjectForPcId (string $pcid) | |
Get parent content object for pc id. More... | |
getContentNode (string $a_hier_id, string $a_pc_id="") | |
checkForTag (string $a_content_tag, string $a_hier_id, string $a_pc_id="") | |
Get content node from dom. More... | |
getNode () | |
setXMLContent (string $a_xml, string $a_encoding="UTF-8") | |
set xml content of page, start with <PageObject...>, end with </PageObject>, comply with ILIAS DTD, omit MetaData, use utf-8! More... | |
appendXMLContent (string $a_xml) | |
append xml content to page setXMLContent must be called before and the same encoding must be used s More... | |
getXMLContent (bool $a_incl_head=false) | |
get xml content of page More... | |
copyXmlContent (bool $a_clone_mobs=false, int $a_new_parent_id=0, int $obj_copy_id=0, bool $self_ass=true) | |
Copy content of page; replace page components with copies where necessary (e.g. More... | |
handleCopiedContent (php4DOMDocument $a_dom, bool $a_self_ass=true, bool $a_clone_mobs=false, int $new_parent_id=0, int $obj_copy_id=0) | |
Handle copied content This function copies items, that must be copied, if page content is duplicated. More... | |
newIIMCopies (php4DOMDocument $temp_dom) | |
Replaces media objects in interactive images with copies of the interactive images. More... | |
newMobCopies (php4DOMDocument $temp_dom) | |
Replaces media objects with copies. More... | |
newQuestionCopies (php4DOMDocument $temp_dom) | |
Replaces existing question content elements with new copies. More... | |
removeQuestions (php4DOMDocument $temp_dom) | |
Remove questions from document. More... | |
countPageContents () | |
getXMLFromDom (bool $a_incl_head=false, bool $a_append_mobs=false, bool $a_append_bib=false, string $a_append_str="", bool $a_omit_pageobject_tag=false, int $style_id=0) | |
get xml content of page from dom (use this, if any changes are made to the document) More... | |
getLanguageVariablesXML (int $style_id=0) | |
Get language variables as XML. More... | |
getFirstParagraphText () | |
getParagraphForPCID (string $pcid) | |
setParagraphContent (string $a_hier_id, string $a_content) | |
Set content of paragraph. More... | |
setContainsIntLink (bool $a_contains_link) | |
lm parser set this flag to true, if the page contains intern links (this method should only be called by the import parser) todo: move to ilLMPageObject !? More... | |
containsIntLink () | |
returns true, if page was marked as containing an intern link (via setContainsIntLink) (this method should only be called by the import parser) More... | |
setImportMode (bool $a_val) | |
getImportMode () | |
needsImportParsing (?bool $a_parse=null) | |
setContainsQuestion (bool $a_val) | |
getContainsQuestion () | |
collectMediaObjects (bool $a_inline_only=true) | |
get all media objects, that are referenced and used within the page More... | |
getInternalLinks (bool $a_cnt_multiple=false) | |
get all internal links that are used within the page More... | |
getMultimediaXML () | |
get a xml string that contains all media object elements, that are referenced by any media alias in the page More... | |
getMediaAliasElement (int $a_mob_id, int $a_nr=1) | |
get complete media object (alias) element More... | |
validateDom (bool $throw=false) | |
Validate the page content agains page DTD. More... | |
addHierIDs () | |
Add hierarchical ID (e.g. More... | |
getHierIds () | |
get all hierarchical ids More... | |
getFirstRowIds () | |
get ids of all first table rows More... | |
getFirstColumnIds () | |
get ids of all first table columns More... | |
getListItemIds () | |
get ids of all list items More... | |
getFileItemIds () | |
get ids of all file items More... | |
stripHierIDs () | |
strip all hierarchical id attributes out of the dom tree More... | |
getHierIdsForPCIds (array $a_pc_ids) | |
Get hier ids for a set of pc ids. More... | |
getHierIdForPcId (string $pcid) | |
getPCIdsForHierIds (array $hier_ids) | |
Get hier ids for a set of pc ids. More... | |
getPCIdForHierId (string $hier_id) | |
addFileSizes () | |
add file sizes More... | |
resolveIntLinks (array $a_link_map=null) | |
Resolves all internal link targets of the page, if targets are available (after import) More... | |
resolveMediaAliases (array $a_mapping, bool $a_reuse_existing_by_import=false) | |
Resolve media aliases (after import) More... | |
resolveIIMMediaAliases (array $a_mapping) | |
Resolve iim media aliases (in ilContObjParse) More... | |
resolveFileItems (array $a_mapping) | |
Resolve file items (after import) More... | |
resolveQuestionReferences (array $a_mapping) | |
Resolve all quesiont references (after import) More... | |
moveIntLinks (array $a_from_to) | |
Move internal links from one destination to another. More... | |
handleImportRepositoryLink (string $a_rep_import_id, string $a_rep_type, int $a_rep_ref_id) | |
handleRepositoryLinksOnCopy (array $a_mapping, int $a_source_ref_id) | |
Handle repository links on copy process. More... | |
createFromXML () | |
Create new page object with current xml content. More... | |
updateFromXML () | |
Updates page object with current xml content This function is currently (8 beta) called by: More... | |
afterUpdate (DOMDocument $domdoc, string $xml) | |
After update. More... | |
update (bool $a_validate=true, bool $a_no_history=false) | |
update complete page content in db (dom xml content is used) More... | |
delete () | |
saveStyleUsage (DOMDocument $a_domdoc, int $a_old_nr=0) | |
Save all style class/template usages. More... | |
deleteStyleUsages (int $a_old_nr=0) | |
Delete style usages. More... | |
getLastUpdateOfIncludedElements () | |
Get last update of included elements (media objects and files). More... | |
deleteInternalLinks () | |
Delete internal links. More... | |
saveInternalLinks (DOMDocument $a_domdoc) | |
save internal links of page More... | |
create (bool $a_import=false) | |
create new page (with current xml data) More... | |
deleteContent (string $a_hid, bool $a_update=true, string $a_pcid="", bool $move_operation=false) | |
delete content object with hierarchical id $a_hid More... | |
deleteContents (array $a_hids, bool $a_update=true, bool $a_self_ass=false, bool $move_operation=false) | |
Delete multiple content objects. More... | |
cutContents (array $a_hids) | |
Copy contents to clipboard and cut them from the page. More... | |
copyContents (array $a_hids) | |
Copy contents to clipboard. More... | |
pasteContents (string $a_hier_id, bool $a_self_ass=false) | |
Paste contents from pc clipboard. More... | |
switchEnableMultiple (array $a_hids, bool $a_update=true, bool $a_self_ass=false) | |
(De-)activate elements More... | |
deleteContentFromHierId (string $a_hid, bool $a_update=true) | |
delete content object with hierarchical id >= $a_hid as part of a split page operation More... | |
deleteContentBeforeHierId (string $a_hid, bool $a_update=true) | |
delete content object with hierarchical id < $a_hid as part of the split page operation More... | |
insertContent (ilPageContent $a_cont_obj, string $a_pos, int $a_mode=IL_INSERT_AFTER, string $a_pcid="", bool $remove_placeholder=true) | |
insert a content node before/after a sibling or as first child of a parent More... | |
insertContentNode (php4DOMElement $a_cont_node, string $a_pos, int $a_mode=IL_INSERT_AFTER, string $a_pcid="") | |
insert a content node before/after a sibling or as first child of a parent More... | |
moveContentBefore (string $a_source, string $a_target, string $a_spcid="", string $a_tpcid="") | |
move content object from position $a_source before position $a_target (both hierarchical content ids) More... | |
moveContentAfter (string $a_source, string $a_target, string $a_spcid="", string $a_tpcid="") | |
move content object from position $a_source before position $a_target (both hierarchical content ids) More... | |
bbCode2XML (string &$a_content) | |
transforms bbCode to corresponding xml More... | |
insertInstIntoIDs (string $a_inst, bool $a_res_ref_to_obj_id=true) | |
inserts installation id into ids (e.g. More... | |
checkPCIds () | |
Check, whether (all) page content hashes are set. More... | |
getAllPCIds () | |
Get all pc ids. More... | |
hasDuplicatePCIds () | |
getDuplicatePCIds () | |
Get all duplicate PC Ids. More... | |
existsPCId (string $a_pc_id) | |
generatePcId () | |
insertPCIds () | |
Insert Page Content IDs. More... | |
getPageContentsHashes () | |
Get page contents hashes. More... | |
getQuestionIds () | |
Get question ids. More... | |
send_paragraph (string $par_id, string $filename) | |
getFO () | |
get fo page content More... | |
registerOfflineHandler (object $handler) | |
getOfflineHandler () | |
containsDeactivatedElements (string $a_content) | |
Check whether content contains deactivated elements. More... | |
getHistoryEntries () | |
Get History Entries. More... | |
getHistoryEntry (int $a_old_nr) | |
Get History Entry. More... | |
getHistoryInfo (int $a_nr) | |
Get information about a history entry, its predecessor and its successor. More... | |
addChangeDivClasses (array $a_hashes) | |
compareVersion (int $a_left, int $a_right) | |
Compares to revisions of the page. More... | |
increaseViewCnt () | |
Increase view cnt. More... | |
writeRenderedContent (string $a_content, string $a_md5) | |
Write rendered content. More... | |
containsIntLinks (string $a_content) | |
Check whether content contains internal links. More... | |
performAutomaticModifications () | |
Perform automatic modifications (may be overwritten by sub classes) More... | |
saveInitialOpenedContent (string $a_type, int $a_id, string $a_target) | |
Save initial opened content. More... | |
getInitialOpenedContent () | |
Get initial opened content. More... | |
beforePageContentUpdate (ilPageContent $a_page_content) | |
Before page content update Note: This one is "work in progress", currently only text paragraphs call this hook It is called before the page content object invokes the update procedure of ilPageObject. More... | |
copy (int $a_id, string $a_parent_type="", int $a_new_parent_id=0, bool $a_clone_mobs=false, int $obj_copy_id=0) | |
Copy page. More... | |
copyPageToTranslation (string $a_target_lang) | |
Copy page to translation. More... | |
getEditLock () | |
Get page lock. More... | |
releasePageLock () | |
Release page lock. More... | |
getEditLockInfo () | |
Get edit lock info. More... | |
getContentTemplates () | |
Get content templates. More... | |
getEffectiveEditLockTime () | |
getAllFileObjIds () | |
Get all file object ids. More... | |
resolveResources (array $ref_mapping) | |
Resolve resources. More... | |
getRepoObjId () | |
Get object id of repository object that contains this page, return 0 if page does not belong to a repo object. More... | |
getPCModel () | |
Get page component model. More... | |
assignCharacteristic (array $targets, string $char_par, string $char_sec, string $char_med) | |
Assign characteristic. More... | |
Static Public Member Functions | |
static | deleteAllBlogPostings (int $a_blog_id) |
Delete all postings for blog. More... | |
static | lookupBlogId (int $a_posting_id) |
static | getAllPostings (int $a_blog_id, int $a_limit=1000, int $a_offset=0) |
Get all postings of blog. More... | |
static | exists (int $a_blog_id, int $a_posting_id) |
Checks whether a posting exists. More... | |
static | getLastPost (int $a_blog_id) |
Get newest posting for blog. More... | |
static | searchBlogsByAuthor (int $a_user_id) |
Get all blogs where user has postings. More... | |
static | getKeywords (int $a_obj_id, int $a_posting_id) |
static | lookupTitle (int $a_posting_id) |
![]() | |
static | randomhash () |
static | _exists (string $a_parent_type, int $a_id, string $a_lang="", bool $a_no_cache=false) |
Checks whether page exists. More... | |
static | _existsAndNotEmpty (string $a_parent_type, int $a_id, string $a_lang="-") |
Checks whether page exists and is not empty (may return true on some empty pages) More... | |
static | preloadActivationDataByParentId (int $a_parent_id) |
Preload activation data by Parent Id. More... | |
static | _lookupActive (int $a_id, string $a_parent_type, bool $a_check_scheduled_activation=false, string $a_lang="-") |
lookup activation status More... | |
static | _isScheduledActivation (int $a_id, string $a_parent_type, string $a_lang="-") |
Check whether page is activated by time schedule. More... | |
static | _writeActive (int $a_id, string $a_parent_type, bool $a_active) |
write activation status More... | |
static | _lookupActivationData (int $a_id, string $a_parent_type, string $a_lang="-") |
Lookup activation data. More... | |
static | lookupParentId (int $a_id, string $a_type) |
static | _writeParentId (string $a_parent_type, int $a_pg_id, int $a_par_id) |
static | _handleImportRepositoryLinks (string $a_rep_import_id, string $a_rep_type, int $a_rep_ref_id) |
Change targest of repository links. More... | |
static | _moveContentAfterHierId (ilPageObject $a_source_page, ilPageObject $a_target_page, string $a_hid) |
move content of hierarchical id >= $a_hid to other page More... | |
static | _lookupContainsDeactivatedElements (int $a_id, string $a_parent_type, string $a_lang="-") |
lookup whether page contains deactivated elements More... | |
static | getRecentChanges (string $a_parent_type, int $a_parent_id, int $a_period=30, string $a_lang="") |
Get recent pages changes for parent object. More... | |
static | getAllPages (string $a_parent_type, int $a_parent_id, string $a_lang="-") |
Get all pages for parent object. More... | |
static | getNewPages (string $a_parent_type, int $a_parent_id, string $a_lang="-") |
Get new pages. More... | |
static | getParentObjectContributors (string $a_parent_type, int $a_parent_id, string $a_lang="-") |
Get all contributors for parent object. More... | |
static | getPageContributors (string $a_parent_type, int $a_page_id, string $a_lang="-") |
Get all contributors for parent object. More... | |
static | getPagesWithLinks (string $a_parent_type, int $a_parent_id, string $a_lang="-") |
Get all pages for parent object that contain internal links. More... | |
static | lookupTranslations (string $a_parent_type, int $a_id) |
Lookup translations. More... | |
static | truncateHTML (string $a_text, int $a_length=100, string $a_ending='...', bool $a_exact=false, bool $a_consider_html=true) |
Truncate (html) string. More... | |
static | getLastChangeByParent (string $a_parent_type, int $a_parent_id, string $a_lang="") |
Get all pages for parent object. More... | |
Static Protected Member Functions | |
static | lookup (string $a_field, string $a_posting_id) |
Lookup posting property. More... | |
Protected Attributes | |
string | $title = "" |
ilDateTime | $created = null |
int | $blog_node_id = 0 |
bool | $blog_node_is_wsp = false |
int | $author = 0 |
bool | $approved = false |
ilDateTime | $withdrawn = null |
![]() | |
int | $create_user = 0 |
array | $id_elements |
bool | $page_not_found = false |
bool | $show_page_act_info = false |
ilObjectDefinition | $obj_definition |
ilDBInterface | $db |
ilObjUser | $user |
ilLanguage | $lng |
ilTree | $tree |
int | $id |
string | $language = "-" |
bool | $import_mode = false |
ilLogger | $log |
array | $page_record = array() |
bool | $active = false |
ilPageConfig | $page_config |
string | $rendermd5 = "" |
string | $renderedcontent = "" |
string | $renderedtime = "" |
string | $lastchange = "" |
bool | $contains_question = false |
array | $hier_ids = [] |
array | $first_row_ids = [] |
array | $first_col_ids = [] |
array | $list_item_ids = [] |
array | $file_item_ids = [] |
string | $activationstart = null |
string | $activationend = null |
ILIAS COPage ReadingTime ReadingTimeManager | $reading_time_manager |
$concrete_lang = "" | |
Additional Inherited Members | |
![]() | |
int | $old_nr |
php4DOMDocument | $dom = null |
string | $xml = "" |
string | $encoding = "" |
php4DOMElement | $node |
string | $cur_dtd = "ilias_pg_8.dtd" |
bool | $contains_int_link = false |
bool | $needs_parsing = false |
string | $parent_type = "" |
int | $parent_id = 0 |
array | $update_listeners = [] |
int | $update_listener_cnt = 0 |
object | $offline_handler = null |
bool | $dom_builded = false |
bool | $history_saved = false |
int | $last_change_user = 0 |
![]() | |
static array | $exists = array() |
![]() | |
getLangVarXML (string $var) | |
__afterUpdate (DOMDocument $a_domdoc, string $a_xml, bool $a_creation=false, bool $a_empty=false) | |
After update event handler (internal). More... | |
__beforeDelete () | |
Before deletion handler (internal). More... | |
__afterDelete () | |
afterDelete () | |
__afterHistoryEntry (DOMDocument $a_old_domdoc, string $a_old_content, int $a_old_nr) | |
preparePageForCompare (ilPageObject $page) | |
![]() | |
static array | $activation_data = array() |
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 Class ilBlogPosting
Definition at line 24 of file class.ilBlogPosting.php.
ilBlogPosting::checkApproval | ( | ) |
Definition at line 200 of file class.ilBlogPosting.php.
References ilPageObject\getActive(), isApproved(), and update().
ilBlogPosting::create | ( | bool | $a_import = false | ) |
Create new blog posting.
Definition at line 109 of file class.ilBlogPosting.php.
References ilPageObject\$db, ilPageObject\$id, $ilDB, $query, getAuthor(), getBlogId(), getCreated(), ilPageObject\getId(), getTitle(), getWithdrawn(), IL_CAL_DATETIME, isApproved(), ilUtil\now(), and ilPageObject\setId().
ilBlogPosting::delete | ( | ) |
Delete blog posting and all related data.
Definition at line 211 of file class.ilBlogPosting.php.
References ilPageObject\$db, $ilDB, $query, ilNewsItem\deleteNewsOfContext(), getBlogId(), ilPageObject\getId(), and getParentType().
|
static |
Delete all postings for blog.
Definition at line 251 of file class.ilBlogPosting.php.
References $DIC, ilPageObject\$id, $ilDB, $post, and $query.
Referenced by ilObjBlog\doDelete().
|
static |
Checks whether a posting exists.
Definition at line 338 of file class.ilBlogPosting.php.
References $DIC, $ilDB, and $query.
Referenced by ilObjBlogGUI\executeCommand().
|
static |
Get all postings of blog.
Definition at line 295 of file class.ilBlogPosting.php.
References $DIC, $ilDB, $post, $query, and IL_CAL_DATETIME.
Referenced by ilObjBlogGUI\buildPostingList(), ILIAS\Blog\Export\BlogHtmlExport\collectAllPagesPageElements(), ilObjBlog\deliverRSS(), ILIAS\Blog\Export\BlogHtmlExport\exportHTMLPages(), ILIAS\Blog\BlogPrintViewProviderGUI\getPages(), ILIAS\Portfolio\PortfolioPrintViewProviderGUI\getPages(), ILIAS\Portfolio\PortfolioPrintViewProviderGUI\getSelectionForm(), ILIAS\Blog\BlogPrintViewProviderGUI\getSelectionForm(), ilBlogDraftsDerivedTaskProvider\getTasks(), ilBlogExporter\getXmlExportTailDependencies(), ilBlogPostingGUI\initKeywordsForm(), and ilPCBlogGUI\initPostingForm().
ilBlogPosting::getAuthor | ( | ) |
Definition at line 74 of file class.ilBlogPosting.php.
References $author.
Referenced by create(), and handleNews().
ilBlogPosting::getBlogId | ( | ) |
Definition at line 54 of file class.ilBlogPosting.php.
References ilPageObject\getParentId().
Referenced by create(), delete(), getMDSection(), handleNews(), and unpublish().
ilBlogPosting::getCreated | ( | ) |
Definition at line 64 of file class.ilBlogPosting.php.
References $created.
Referenced by create(), and update().
|
static |
Definition at line 440 of file class.ilBlogPosting.php.
References ilMDKeyword\lookupKeywords().
Referenced by ilObjBlogGUI\filterItemsByKeyword(), ilObjBlogGUI\getKeywords(), ilBlogPostingGUI\initKeywordsForm(), ilBlogDataSet\readData(), and ilObjBlogGUI\renderList().
|
static |
ilBlogPosting::getMDSection | ( | ) |
Definition at line 416 of file class.ilBlogPosting.php.
References getBlogId(), and ilPageObject\getId().
Referenced by updateKeywords().
ilBlogPosting::getNotificationAbstract | ( | ) |
Definition at line 403 of file class.ilBlogPosting.php.
References ilPageObject\getId(), and ilBlogPostingGUI\getSnippet().
ilBlogPosting::getParentType | ( | ) |
Definition at line 34 of file class.ilBlogPosting.php.
Referenced by delete(), handleNews(), and unpublish().
ilBlogPosting::getTitle | ( | ) |
Definition at line 44 of file class.ilBlogPosting.php.
References $title.
Referenced by create(), handleNews(), and update().
ilBlogPosting::getWithdrawn | ( | ) |
Get last withdrawal date.
Definition at line 101 of file class.ilBlogPosting.php.
References $withdrawn.
Referenced by create(), and update().
ilBlogPosting::handleNews | ( | bool | $a_update = false | ) |
Handle news item.
Definition at line 450 of file class.ilBlogPosting.php.
References $ilUser, ilPageObject\$lng, ilPageObject\$user, ilPageObject\getActive(), getAuthor(), getBlogId(), ilPageObject\getId(), ilNewsItem\getLastNewsIdForContext(), ilUserUtil\getNamePresentation(), getParentType(), ilBlogPostingGUI\getSnippet(), getTitle(), NEWS_NOTICE, and ilLanguage\txt().
ilBlogPosting::isApproved | ( | ) |
Definition at line 84 of file class.ilBlogPosting.php.
References $approved.
Referenced by checkApproval(), create(), and update().
|
staticprotected |
Lookup posting property.
Definition at line 542 of file class.ilBlogPosting.php.
References ilPageObject\$db, $DIC, ilDBInterface\fetchAssoc(), ilDBInterface\query(), and ilDBInterface\quote().
|
static |
Definition at line 276 of file class.ilBlogPosting.php.
References $DIC, $ilDB, and $query.
Referenced by ilObjBlogGUI\__construct(), ilBlogImporter\finalProcessing(), and ilBlogDataSet\readData().
|
static |
Definition at line 557 of file class.ilBlogPosting.php.
ilBlogPosting::read | ( | ) |
Read blog posting.
Definition at line 176 of file class.ilBlogPosting.php.
References ilPageObject\$db, $ilDB, $query, ilPageObject\addUpdateListener(), ilPageObject\getId(), IL_CAL_DATETIME, setApproved(), setAuthor(), setBlogId(), setCreated(), setTitle(), and setWithdrawn().
|
static |
Get all blogs where user has postings.
Definition at line 384 of file class.ilBlogPosting.php.
References $DIC, $ilDB, and ILIAS\Repository\int().
Referenced by ilBlogDraftsDerivedTaskProvider\getTasks(), and ilPCBlogGUI\initForm().
ilBlogPosting::setApproved | ( | bool | $a_status | ) |
Definition at line 79 of file class.ilBlogPosting.php.
Referenced by read(), and unpublish().
ilBlogPosting::setAuthor | ( | int | $a_id | ) |
Definition at line 69 of file class.ilBlogPosting.php.
Referenced by read().
ilBlogPosting::setBlogId | ( | int | $a_id | ) |
Definition at line 49 of file class.ilBlogPosting.php.
References ilPageObject\setParentId().
Referenced by read().
ilBlogPosting::setBlogNodeId | ( | int | $a_id, |
bool | $a_is_in_workspace = false |
||
) |
Set blog node id (needed for notification)
Definition at line 373 of file class.ilBlogPosting.php.
ilBlogPosting::setCreated | ( | ilDateTime | $a_date | ) |
Definition at line 59 of file class.ilBlogPosting.php.
Referenced by read().
ilBlogPosting::setTitle | ( | string | $a_title | ) |
Definition at line 39 of file class.ilBlogPosting.php.
Referenced by read().
ilBlogPosting::setWithdrawn | ( | ilDateTime | $a_date | ) |
Set last withdrawal date.
Definition at line 92 of file class.ilBlogPosting.php.
Referenced by read(), and unpublish().
ilBlogPosting::unpublish | ( | ) |
Unpublish.
Definition at line 232 of file class.ilBlogPosting.php.
References ilNewsItem\deleteNewsOfContext(), getBlogId(), ilPageObject\getId(), getParentType(), IL_CAL_DATETIME, ilUtil\now(), ilPageObject\setActive(), setApproved(), setWithdrawn(), and update().
ilBlogPosting::update | ( | bool | $a_validate = true , |
bool | $a_no_history = false , |
||
bool | $a_notify = true , |
||
string | $a_notify_action = "update" |
||
) |
Definition at line 144 of file class.ilBlogPosting.php.
References ilPageObject\$db, $ilDB, $query, ilPageObject\getActive(), getCreated(), ilPageObject\getId(), getTitle(), getWithdrawn(), IL_CAL_DATETIME, isApproved(), and ilObjBlog\sendNotification().
Referenced by checkApproval(), and unpublish().
ilBlogPosting::updateKeywords | ( | array | $keywords | ) |
Definition at line 428 of file class.ilBlogPosting.php.
References $ilUser, ilPageObject\$user, getMDSection(), and ilMDKeyword\updateKeywords().
|
protected |
Definition at line 31 of file class.ilBlogPosting.php.
Referenced by isApproved().
|
protected |
Definition at line 30 of file class.ilBlogPosting.php.
Referenced by getAuthor().
|
protected |
Definition at line 28 of file class.ilBlogPosting.php.
|
protected |
Definition at line 29 of file class.ilBlogPosting.php.
|
protected |
Definition at line 27 of file class.ilBlogPosting.php.
Referenced by getCreated().
|
protected |
Definition at line 26 of file class.ilBlogPosting.php.
Referenced by getTitle().
|
protected |
Definition at line 32 of file class.ilBlogPosting.php.
Referenced by getWithdrawn().