ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilPCSkills Class Reference

Class ilPCSkills. More...

+ Inheritance diagram for ilPCSkills:
+ Collaboration diagram for ilPCSkills:

Public Member Functions

 init ()
 Init page content component. More...
 
 setNode ($a_node)
 Set node. More...
 
 create (&$a_pg_obj, $a_hier_id, $a_pc_id="")
 Create skill node in xml. More...
 
 setData ($a_skill_id)
 Set skill settings. More...
 
 getSkillId ()
 Get skill mode. More...
 
- Public Member Functions inherited from ilPageContent
 __construct ($a_pg_obj)
 Constructor. More...
 
 setPage ($a_val)
 Set page. More...
 
 getPage ()
 Get page. More...
 
 init ()
 Init object. More...
 
 getType ()
 Get type of page content. More...
 
 setNode ($a_node)
 Set xml node of page content. More...
 
getNode ()
 Get xml node of page content. More...
 
 getJavascriptFiles ($a_mode)
 Get Javascript files. More...
 
 getCssFiles ($a_mode)
 Get css files. More...
 
 getOnloadCode ($a_mode)
 Get on load code. More...
 
 setHierId ($a_hier_id)
 Set hierarchical ID in xml structure. More...
 
 getHierId ()
 Get hierarchical id. More...
 
 lookupHierId ()
 Get hierarchical id from dom. More...
 
 readHierId ()
 Read PC Id. More...
 
 setPcId ($a_pcid)
 Set PC Id. More...
 
 getPCId ()
 Get PC Id. More...
 
 setFileDownloadLink ($a_download_link)
 Set file download link. More...
 
 getFileDownloadLink ()
 Get file download link. More...
 
 setFullscreenLink ($a_fullscreen_link)
 Set fullscreen link. More...
 
 getFullscreenLink ()
 Get fullscreen link. More...
 
 setSourcecodeDownloadScript ($script_name)
 Set sourcecode download script. More...
 
 getSourcecodeDownloadScript ()
 Get sourcecode download script. More...
 
 readPCId ()
 Read PC Id. More...
 
 writePCId ($a_pc_id)
 Write pc id. More...
 
 setEnabled ($value)
 Set Enabled value for page content component. More...
 
 enable ()
 Enable page content. More...
 
 disable ()
 Disable page content. More...
 
 isEnabled ()
 Check whether page content is enabled. More...
 
 createPageContentNode ($a_set_this_node=true)
 Create page content node (always use this method first when adding a new element) More...
 
 modifyPageContentPostXsl ($a_output, $a_mode)
 Modify page content after xsl. More...
 

Static Public Member Functions

static afterPageUpdate ($a_page, DOMDocument $a_domdoc, $a_xml, $a_creation)
 After page has been updated (or created) More...
 
static beforePageDelete ($a_page)
 Before page is being deleted. More...
 
static afterPageHistoryEntry ($a_page, DOMDocument $a_old_domdoc, $a_old_xml, $a_old_nr)
 After page history entry has been created. More...
 
static saveSkillUsage ($a_page, $a_domdoc, $a_old_nr=0)
 save content include usages More...
 
static collectSkills ($a_page, $a_domdoc)
 get all content includes that are used within the page More...
 
- Static Public Member Functions inherited from ilPageContent
static incEdId ($ed_id)
 Increases an hierarchical editing id at lowest level (last number) More...
 
static decEdId ($ed_id)
 Decreases an hierarchical editing id at lowest level (last number) More...
 
static haveSameContainer ($ed_id1, $ed_id2)
 Check, if two ids are in same container. More...
 
static sortHierIds ($a_array)
 Sort an array of Hier IDS in ascending order. More...
 
static isGreaterHierId ($a, $b)
 Check whether Hier ID $a is greater than Hier ID $b. More...
 
static getLangVars ()
 Get lang vars needed for editing. More...
 
static handleCopiedContent (DOMDocument $a_domdoc, $a_self_ass=true, $a_clone_mobs=false)
 Handle copied content. More...
 
static afterPageUpdate ($a_page, DOMDocument $a_domdoc, $a_xml, $a_creation)
 After page has been updated (or created) More...
 
static beforePageDelete ($a_page)
 Before page is being deleted. More...
 
static afterPageHistoryEntry ($a_page, DOMDocument $a_old_domdoc, $a_old_xml, $a_old_nr)
 After page history entry has been created. More...
 

Data Fields

 $dom
 
- Data Fields inherited from ilPageContent
 $hier_id
 
 $node
 
 $dom
 
 $page_lang
 

Additional Inherited Members

- Protected Member Functions inherited from ilPageContent
 setType ($a_type)
 Set Type. More...
 
- Protected Attributes inherited from ilPageContent
 $file_download_link
 
 $fullscreen_link
 
 $sourcecode_download_script
 
 $log
 

Detailed Description

Class ilPCSkills.

Skills content object (see ILIAS DTD)

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
Id
class.ilPCListItem.php 22210 2009-10-26 09:46:06Z akill

Definition at line 18 of file class.ilPCSkills.php.

Member Function Documentation

◆ afterPageHistoryEntry()

static ilPCSkills::afterPageHistoryEntry (   $a_page,
DOMDocument  $a_old_domdoc,
  $a_old_xml,
  $a_old_nr 
)
static

After page history entry has been created.

Parameters
object$a_pagepage object
DOMDocument$a_old_domdocold dom document
string$a_old_xmlold xml
integer$a_old_nrhistory number

Reimplemented from ilPageContent.

Definition at line 113 of file class.ilPCSkills.php.

114 {
115 self::saveSkillUsage($a_page, $a_old_domdoc, $a_old_nr);
116 }
static saveSkillUsage($a_page, $a_domdoc, $a_old_nr=0)
save content include usages

References saveSkillUsage().

+ Here is the call graph for this function:

◆ afterPageUpdate()

static ilPCSkills::afterPageUpdate (   $a_page,
DOMDocument  $a_domdoc,
  $a_xml,
  $a_creation 
)
static

After page has been updated (or created)

Parameters
object$a_pagepage object
DOMDocument$a_domdocdom document
string$a_xmlxml
bool$a_creationtrue on creation, otherwise false

Reimplemented from ilPageContent.

Definition at line 87 of file class.ilPCSkills.php.

88 {
89 // pc skill
90 self::saveSkillUsage($a_page, $a_domdoc);
91 }

References saveSkillUsage().

+ Here is the call graph for this function:

◆ beforePageDelete()

static ilPCSkills::beforePageDelete (   $a_page)
static

Before page is being deleted.

Parameters
object$a_pagepage object

Reimplemented from ilPageContent.

Definition at line 98 of file class.ilPCSkills.php.

99 {
100 require_once('Services/COPage/classes/class.ilPageContentUsage.php'); // Mantis #18636
101 ilPageContentUsage::deleteAllUsages("skmg", $a_page->getParentType().":pg", $a_page->getId(), false,
102 $a_page->getLanguage());
103 }
static deleteAllUsages($a_pc_type, $a_usage_type, $a_usage_id, $a_usage_hist_nr=0, $a_lang="-")
Delete all usages.

References ilPageContentUsage\deleteAllUsages().

+ Here is the call graph for this function:

◆ collectSkills()

static ilPCSkills::collectSkills (   $a_page,
  $a_domdoc 
)
static

get all content includes that are used within the page

Definition at line 140 of file class.ilPCSkills.php.

141 {
142 $xpath = new DOMXPath($a_domdoc);
143 $nodes = $xpath->query('//Skills');
144
145 $skl_ids = array();
146 foreach($nodes as $node)
147 {
148 $user = $node->getAttribute("User");
149 $id = $node->getAttribute("Id");
150 $inst_id = $node->getAttribute("InstId");
151 $skl_ids[$user.":".$id.":".$inst_id] = array(
152 "user" => $user, "id" => $id, "inst_id" => $inst_id);
153 }
154
155 return $skl_ids;
156 }

References ilPageContent\$node.

Referenced by saveSkillUsage().

+ Here is the caller graph for this function:

◆ create()

ilPCSkills::create ( $a_pg_obj,
  $a_hier_id,
  $a_pc_id = "" 
)

Create skill node in xml.

Parameters
object$a_pg_objPage Object
string$a_hier_idHierarchical ID

Definition at line 45 of file class.ilPCSkills.php.

46 {
47 $this->node = $this->createPageContentNode();
48 $a_pg_obj->insertContent($this, $a_hier_id, IL_INSERT_AFTER, $a_pc_id);
49 $this->skill_node = $this->dom->create_element("Skills");
50 $this->skill_node = $this->node->append_child($this->skill_node);
51 }
const IL_INSERT_AFTER
createPageContentNode($a_set_this_node=true)
Create page content node (always use this method first when adding a new element)

References ilPageContent\createPageContentNode(), and IL_INSERT_AFTER.

+ Here is the call graph for this function:

◆ getSkillId()

ilPCSkills::getSkillId ( )

Get skill mode.

Returns
string

Definition at line 71 of file class.ilPCSkills.php.

72 {
73 if (is_object($this->skill_node))
74 {
75 return $this->skill_node->get_attribute("Id");
76 }
77 }

◆ init()

ilPCSkills::init ( )

Init page content component.

Reimplemented from ilPageContent.

Definition at line 25 of file class.ilPCSkills.php.

26 {
27 $this->setType("skills");
28 }
setType($a_type)
Set Type.

References ilPageContent\setType().

+ Here is the call graph for this function:

◆ saveSkillUsage()

static ilPCSkills::saveSkillUsage (   $a_page,
  $a_domdoc,
  $a_old_nr = 0 
)
static

save content include usages

Definition at line 121 of file class.ilPCSkills.php.

122 {
123 include_once("./Services/COPage/classes/class.ilPageContentUsage.php");
124 $skl_ids = self::collectSkills($a_page, $a_domdoc);
125 ilPageContentUsage::deleteAllUsages("skmg", $a_page->getParentType().":pg", $a_page->getId(), $a_old_nr,
126 $a_page->getLanguage());
127 foreach($skl_ids as $skl_id)
128 {
129 if ((int) $skl_id["inst_id"] <= 0)
130 {
131 ilPageContentUsage::saveUsage("skmg", $skl_id["id"], $a_page->getParentType().":pg", $a_page->getId(), $a_old_nr,
132 $a_page->getLanguage());
133 }
134 }
135 }
static collectSkills($a_page, $a_domdoc)
get all content includes that are used within the page
static saveUsage($a_pc_type, $a_pc_id, $a_usage_type, $a_usage_id, $a_usage_hist_nr=0, $a_lang="-")
Save usages.

References collectSkills(), ilPageContentUsage\deleteAllUsages(), and ilPageContentUsage\saveUsage().

Referenced by afterPageHistoryEntry(), and afterPageUpdate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setData()

ilPCSkills::setData (   $a_skill_id)

Set skill settings.

Parameters
int$a_skill_id

Definition at line 58 of file class.ilPCSkills.php.

59 {
60 global $ilUser;
61
62 $this->skill_node->set_attribute("Id", $a_skill_id);
63 $this->skill_node->set_attribute("User", $ilUser->getId());
64 }
$ilUser
Definition: imgupload.php:18

References $ilUser.

◆ setNode()

ilPCSkills::setNode (   $a_node)

Set node.

Reimplemented from ilPageContent.

Definition at line 33 of file class.ilPCSkills.php.

34 {
35 parent::setNode($a_node); // this is the PageContent node
36 $this->skill_node = $a_node->first_child(); // this is the skill node
37 }

Field Documentation

◆ $dom

ilPCSkills::$dom

Definition at line 20 of file class.ilPCSkills.php.


The documentation for this class was generated from the following file: