ILIAS  release_4-4 Revision
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 ()
 Get Javascript files. More...
 
 getCssFiles ()
 Get css files. 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...
 
 readPCId ()
 Read PC Id. More...
 
 writePCId ($a_pc_id)
 Write pc id. More...
 
 isGreaterHierId ($a, $b)
 Check whether Hier ID $a is greater than Hier ID $b. 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 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
 

Additional Inherited Members

- Protected Member Functions inherited from ilPageContent
 setType ($a_type)
 Set Type. More...
 

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

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

113  {
114  self::saveSkillUsage($a_page, $a_old_domdoc, $a_old_nr);
115  }

◆ 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

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

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

◆ beforePageDelete()

static ilPCSkills::beforePageDelete (   $a_page)
static

Before page is being deleted.

Parameters
object$a_pagepage object

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

References ilPageContentUsage\deleteAllUsages().

99  {
100  ilPageContentUsage::deleteAllUsages("skmg", $a_page->getParentType().":pg", $a_page->getId(), false,
101  $a_page->getLanguage());
102  }
static deleteAllUsages($a_pc_type, $a_usage_type, $a_usage_id, $a_usage_hist_nr=0, $a_lang="-")
Delete all usages.
+ 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 139 of file class.ilPCSkills.php.

References ilPageContent\$node.

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

◆ 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.

References ilPageContent\createPageContentNode(), and IL_INSERT_AFTER.

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) ...
+ 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.

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

References ilPageContent\setType().

26  {
27  $this->setType("skills");
28  }
setType($a_type)
Set Type.
+ 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 120 of file class.ilPCSkills.php.

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

121  {
122  include_once("./Services/COPage/classes/class.ilPageContentUsage.php");
123  $skl_ids = self::collectSkills($a_page, $a_domdoc);
124  ilPageContentUsage::deleteAllUsages("skmg", $a_page->getParentType().":pg", $a_page->getId(), $a_old_nr,
125  $a_page->getLanguage());
126  foreach($skl_ids as $skl_id)
127  {
128  if ((int) $skl_id["inst_id"] <= 0)
129  {
130  ilPageContentUsage::saveUsage("skmg", $skl_id["id"], $a_page->getParentType().":pg", $a_page->getId(), $a_old_nr,
131  $a_page->getLanguage());
132  }
133  }
134  }
static deleteAllUsages($a_pc_type, $a_usage_type, $a_usage_id, $a_usage_hist_nr=0, $a_lang="-")
Delete all usages.
static saveUsage($a_pc_type, $a_pc_id, $a_usage_type, $a_usage_id, $a_usage_hist_nr=0, $a_lang="-")
Save usages.
+ Here is the call 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.

References $ilUser.

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  }
global $ilUser
Definition: imgupload.php:15

◆ setNode()

ilPCSkills::setNode ( $a_node)

Set node.

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: