ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilPCPlaceHolder Class Reference

Class ilPlaceHolder. More...

+ Inheritance diagram for ilPCPlaceHolder:
+ Collaboration diagram for ilPCPlaceHolder:

Public Member Functions

 init ()
 Init page content component. More...
 
 setNode ($a_node)
 Set node. More...
 
 create (&$a_pg_obj, $a_hier_id)
 Create PlaceHolder Element. More...
 
 setContentClass ($a_class)
 Set Content Class. More...
 
 getContentClass ()
 Get Content Class. More...
 
 setHeight ($a_height)
 Set Height. More...
 
 getHeight ()
 Get Height. More...
 
 getClass ()
 Get characteristic of PlaceHolder. More...
 
 modifyPageContentPostXsl ($a_html, $a_mode)
 Modify page content after xsl. 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 getLangVars ()
 Get lang vars needed for editing. 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

 $q_node
 
 $content_class
 
 $height
 
- Data Fields inherited from ilPageContent
 $hier_id
 
 $node
 
 $dom
 
 $page_lang
 

Protected Attributes

 $ctrl
 
 $lng
 
- Protected Attributes inherited from ilPageContent
 $file_download_link
 
 $fullscreen_link
 
 $sourcecode_download_script
 
 $log
 

Additional Inherited Members

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

Detailed Description

Class ilPlaceHolder.

List content object (see ILIAS DTD)

Version
$Id$

Definition at line 17 of file class.ilPCPlaceHolder.php.

Member Function Documentation

◆ create()

ilPCPlaceHolder::create ( $a_pg_obj,
  $a_hier_id 
)

Create PlaceHolder Element.

Definition at line 60 of file class.ilPCPlaceHolder.php.

References ilPageContent\createPageContentNode(), and IL_INSERT_AFTER.

61  {
62  $this->createPageContentNode();
63  $a_pg_obj->insertContent($this, $a_hier_id, IL_INSERT_AFTER);
64  $this->q_node = $this->dom->create_element("PlaceHolder");
65  $this->q_node = $this->node->append_child($this->q_node);
66  }
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:

◆ getClass()

ilPCPlaceHolder::getClass ( )

Get characteristic of PlaceHolder.

Returns
string characteristic

Definition at line 124 of file class.ilPCPlaceHolder.php.

125  {
126  return "";
127  }

◆ getContentClass()

ilPCPlaceHolder::getContentClass ( )

Get Content Class.

Returns
string Content Class

Definition at line 85 of file class.ilPCPlaceHolder.php.

86  {
87  if (is_object($this->q_node)) {
88  return $this->q_node->get_attribute("ContentClass", $a_class);
89  }
90  return false;
91  }

◆ getHeight()

ilPCPlaceHolder::getHeight ( )

Get Height.

Returns
string Content Class

Definition at line 111 of file class.ilPCPlaceHolder.php.

112  {
113  if (is_object($this->q_node)) {
114  return $this->q_node->get_attribute("Height", $a_class);
115  }
116  return false;
117  }

◆ getLangVars()

static ilPCPlaceHolder::getLangVars ( )
static

Get lang vars needed for editing.

Returns
array array of lang var keys

Definition at line 133 of file class.ilPCPlaceHolder.php.

References array.

134  {
135  return array("question_placeh","media_placeh","text_placeh",
136  "ed_insert_plach","question_placehl","media_placehl","text_placehl",
137  "verification_placeh", "verification_placehl");
138  }
Create styles array
The data for the language used.

◆ init()

ilPCPlaceHolder::init ( )

Init page content component.

Definition at line 38 of file class.ilPCPlaceHolder.php.

References $DIC, and ilPageContent\setType().

39  {
40  global $DIC;
41 
42  $this->ctrl = $DIC->ctrl();
43  $this->lng = $DIC->language();
44  $this->setType("plach");
45  }
global $DIC
Definition: saml.php:7
setType($a_type)
Set Type.
+ Here is the call graph for this function:

◆ modifyPageContentPostXsl()

ilPCPlaceHolder::modifyPageContentPostXsl (   $a_html,
  $a_mode 
)

Modify page content after xsl.

Parameters
string$a_html
Returns
string

Definition at line 147 of file class.ilPCPlaceHolder.php.

References $ctrl, $end, $html, $i, $ilCtrl, and $lng.

148  {
150  $lng = $this->lng;
151 
152  //
153  // Note: this standard output is "overwritten", e.g. by ilPortfolioPageGUI::postOutputProcessing
154  //
155 
156  $c_pos = 0;
157  $start = strpos($a_html, "{{{{{PlaceHolder#");
158  if (is_int($start)) {
159  $end = strpos($a_html, "}}}}}", $start);
160  }
161  $i = 1;
162  while ($end > 0) {
163  $param = substr($a_html, $start + 17, $end - $start - 17);
164  $param = explode("#", $param);
165 
166  $html = $param[2];
167  switch ($param[2]) {
168  case "Text":
169  $html = $lng->txt("cont_text_placeh");
170  break;
171 
172  case "Media":
173  $html = $lng->txt("cont_media_placeh");
174  break;
175 
176  case "Question":
177  $html = $lng->txt("cont_question_placeh");
178  break;
179 
180  case "Verification":
181  $html = $lng->txt("cont_verification_placeh");
182  break;
183  }
184 
185  $h2 = substr($a_html, 0, $start) .
186  $html .
187  substr($a_html, $end + 5);
188  $a_html = $h2;
189  $i++;
190 
191  $start = strpos($a_html, "{{{{{PlaceHolder#", $start + 5);
192  $end = 0;
193  if (is_int($start)) {
194  $end = strpos($a_html, "}}}}}", $start);
195  }
196  }
197  return $a_html;
198  }
$end
Definition: saml1-acs.php:18
global $ilCtrl
Definition: ilias.php:18
$i
Definition: disco.tpl.php:19
$html
Definition: example_001.php:87

◆ setContentClass()

ilPCPlaceHolder::setContentClass (   $a_class)

Set Content Class.

Parameters
string$a_classContent Class

Definition at line 73 of file class.ilPCPlaceHolder.php.

74  {
75  if (is_object($this->q_node)) {
76  $this->q_node->set_attribute("ContentClass", $a_class);
77  }
78  }

◆ setHeight()

ilPCPlaceHolder::setHeight (   $a_height)

Set Height.

Parameters
string$a_heightHeight

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

99  {
100  if (is_object($this->q_node)) {
101  $this->q_node->set_attribute("Height", $a_height);
102  }
103  }

◆ setNode()

ilPCPlaceHolder::setNode (   $a_node)

Set node.

Definition at line 51 of file class.ilPCPlaceHolder.php.

52  {
53  parent::setNode($a_node); // this is the PageContent node
54  $this->q_node = $a_node->first_child(); //... and this the PlaceHolder
55  }

Field Documentation

◆ $content_class

ilPCPlaceHolder::$content_class

Definition at line 32 of file class.ilPCPlaceHolder.php.

◆ $ctrl

ilPCPlaceHolder::$ctrl
protected

Definition at line 22 of file class.ilPCPlaceHolder.php.

Referenced by modifyPageContentPostXsl().

◆ $height

ilPCPlaceHolder::$height

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

◆ $lng

ilPCPlaceHolder::$lng
protected

Definition at line 27 of file class.ilPCPlaceHolder.php.

Referenced by modifyPageContentPostXsl().

◆ $q_node

ilPCPlaceHolder::$q_node

Definition at line 31 of file class.ilPCPlaceHolder.php.


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