ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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, $a_abstract_only=false)
 @inheritDoc More...
 
 getCssFiles ($a_mode)
 Get css files. 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...
 
 setProfileBackUrl ($url)
 
 getProfileBackUrl ()
 
 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, $a_abstract_only=false)
 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
 $profile_back_url
 
 $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.

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)

References ilPageContent\createPageContentNode(), and IL_INSERT_AFTER.

+ 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 }

◆ getCssFiles()

ilPCPlaceHolder::getCssFiles (   $a_mode)

Get css files.

Reimplemented from ilPageContent.

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

201 {
203 }
static getPlaceHolderStylePath()
get placeholder style path (for Page Layouts)

References ilObjStyleSheet\getPlaceHolderStylePath().

+ Here is the call graph for this function:

◆ 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

Reimplemented from ilPageContent.

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

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 }

◆ init()

ilPCPlaceHolder::init ( )

Init page content component.

Reimplemented from ilPageContent.

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

39 {
40 global $DIC;
41
42 $this->ctrl = $DIC->ctrl();
43 $this->lng = $DIC->language();
44 $this->setType("plach");
45 }
setType($a_type)
Set Type.
$DIC
Definition: xapitoken.php:46

References $DIC, and ilPageContent\setType().

+ Here is the call graph for this function:

◆ modifyPageContentPostXsl()

ilPCPlaceHolder::modifyPageContentPostXsl (   $a_html,
  $a_mode,
  $a_abstract_only = false 
)

@inheritDoc

Reimplemented from ilPageContent.

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

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

References $ctrl, $i, $ilCtrl, $lng, and $param.

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

Reimplemented from ilPageContent.

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: