30 public function init(): void
34 $this->
access = $DIC->access();
35 $this->
ctrl = $DIC->ctrl();
36 $this->
lng = $DIC->language();
49 [
"Characteristic" =>
"Block"]
55 $this->dom_util->setAttribute($this->
getChildNode(),
"Characteristic", $a_char);
61 $char = $this->
getChildNode()->getAttribute(
"Characteristic");
62 if (substr($char, 0, 4) ==
"ilc_") {
63 $char = substr($char, 4);
72 return array(
"ed_insert_section");
84 self::saveTimings($a_page);
93 bool $a_abstract_only =
false 95 $a_output = self::insertTimings($a_output);
103 $a_unix_ts = ($a_unix_ts > 0) ? (
string) $a_unix_ts :
null;
104 $this->dom_util->setAttribute($this->
getChildNode(),
"ActiveFrom", $a_unix_ts);
113 return (
int) $this->
getChildNode()->getAttribute(
"ActiveFrom");
123 $a_unix_ts = ($a_unix_ts > 0) ? (
string) $a_unix_ts :
null;
124 $this->dom_util->setAttribute($this->
getChildNode(),
"ActiveTo", $a_unix_ts);
130 return (
int) $this->
getChildNode()->getAttribute(
"ActiveTo");
141 $this->dom_util->setAttribute($this->
getChildNode(),
"Permission", $a_val);
146 return $this->
getChildNode()->getAttribute(
"Permission");
151 $this->dom_util->setAttribute($this->
getChildNode(),
"PermissionRefId",
"il__ref_" . $a_ref_id);
156 $id = explode(
"_", $this->
getChildNode()->getAttribute(
"PermissionRefId"));
168 $this->dom_util->deleteAllChildsByName($this->
getChildNode(), [
"IntLink",
"ExtLink"]);
177 if (trim($a_href) !=
"") {
178 $attributes = array(
"Href" => trim($a_href));
179 $this->dom_util->setFirstOptionalElement(
195 string $a_target_frame
198 $attributes = array(
"Type" => $a_type,
"Target" => $a_target,
199 "TargetFrame" => $a_target_frame);
200 $this->dom_util->setFirstOptionalElement(
212 foreach ($childs as $child) {
213 if ($child->nodeName ===
"ExtLink") {
214 return array(
"LinkType" =>
"ExtLink",
215 "Href" => $child->getAttribute(
"Href"));
217 if ($child->nodeName ===
"IntLink") {
218 return array(
"LinkType" =>
"IntLink",
219 "Target" => $child->getAttribute(
"Target"),
220 "Type" => $child->getAttribute(
"Type"),
221 "TargetFrame" => $child->getAttribute(
"TargetFrame"));
224 return array(
"LinkType" =>
"NoLink");
234 while (($start = strpos($a_html,
"{{{{{Section;Access;")) > 0) {
235 $end = strpos($a_html,
"}}}}}", $start);
236 $access_attr = explode(
";", substr($a_html, $start, $end - $start));
237 $id = explode(
"_", $access_attr[3]);
238 $section_nr = $access_attr[6];
241 if ($access_attr[5] ==
"no_read") {
250 $end_limiter =
"{{{{{Section;AccessEnd;" . $section_nr .
"}}}}}";
252 $a_html = substr($a_html, 0, $start) . substr($a_html, $end + 5);
253 $a_html = str_replace($end_limiter,
"", $a_html);
255 $end = strpos($a_html, $end_limiter, $start);
256 $a_html = substr($a_html, 0, $start) . substr($a_html, $end + strlen($end_limiter));
260 $a_html = str_replace(
"{{{{{Section;Access}}}}}",
"", $a_html);
269 $ilDB = $DIC->database();
270 $dom_util = $DIC->copage()->internal()->domain()->domUtil();
273 "DELETE FROM copg_section_timings WHERE " .
274 " page_id = " .
$ilDB->quote($a_page->
getId(),
"integer") .
283 foreach ($nodes as $node) {
284 $from = $node->getAttribute(
"ActiveFrom");
287 "copg_section_timings",
289 "page_id" => array(
"integer", $a_page->
getId()),
291 "unix_ts" => array(
"integer", $from)
296 $to = $node->getAttribute(
"ActiveTo");
299 "copg_section_timings",
301 "page_id" => array(
"integer", $a_page->
getId()),
303 "unix_ts" => array(
"integer", $to)
321 $ilDB = $DIC->database();
324 "SELECT * FROM copg_section_timings " .
325 " WHERE page_id = " .
$ilDB->quote($a_page->
getId(),
"integer") .
331 while ($rec =
$ilDB->fetchAssoc($set)) {
332 $unix_ts = $rec[
"unix_ts"];
333 if ($unix_ts < $current_ts) {
336 $str .=
"-" . $unix_ts;
352 $start = strpos($a_html,
"{{{{{Section;ActiveFrom");
353 if (is_int($start)) {
354 $end = strpos($a_html,
"}}}}}", $start);
358 $param = substr($a_html, $start + 13, $end - $start - 13);
373 $h2 = substr($a_html, 0, $start) .
375 substr($a_html, $end + 5);
379 $start = strpos($a_html,
"{{{{{Section;ActiveFrom;", $start + 5);
381 if (is_int($start)) {
382 $end = strpos($a_html,
"}}}}}", $start);
391 return ($this->
getChildNode()->getAttribute(
"Protected") ===
"1");
static array static setUseRelativeDates(bool $a_status)
set use relative dates
setType(string $a_type)
Set Type.
getActiveFrom()
Get activation from.
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
insertTimings(string $a_html)
Insert timings (in edit mode)
checkAccess(string $a_permission, string $a_cmd, int $a_ref_id, string $a_type="", ?int $a_obj_id=null, ?int $a_tree_id=null)
check access for an object (provide $a_type and $a_obj_id if available for better performance) ...
static afterPageUpdate(ilPageObject $a_page, DOMDocument $a_domdoc, string $a_xml, bool $a_creation)
After page has been updated (or created)
getDomDoc()
Get dom doc (DOMDocument)
Content object of ilPageObject (see ILIAS DTD).
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static saveTimings(ilPageObject $a_page)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
create(ilPageObject $a_pg_obj, string $a_hier_id, string $a_pc_id="")
setCharacteristic(string $a_char)
modifyPageContentPostXsl(string $a_output, string $a_mode, bool $a_abstract_only=false)
setActiveFrom(int $a_unix_ts)
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)
handleAccess(string $a_html, string $a_mode)
setIntLink(string $a_type, string $a_target, string $a_target_frame)
Set link of area to an internal one.
setPermissionRefId(int $a_ref_id)
setActiveTo(int $a_unix_ts)
Set activation to.
setExtLink(string $a_href)
Set link of area to an external one.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
ILIAS COPage Dom DomUtil $dom_util
static getCacheTriggerString(ilPageObject $a_page)
Get page cache update trigger string.
setPermission(string $a_val)
Set permission.
createInitialChildNode(string $hier_id, string $pc_id, string $child, array $child_attributes=[])