ILIAS  release_7 Revision v7.30-3-g800a261c036
class.PageDOM.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
6
13{
17 protected $doc;
18
22 public function __construct(\DOMDocument $doc)
23 {
24 $this->doc = $doc;
25 }
26}
An exception for terminatinating execution or to throw for unit testing.
__construct(\DOMDocument $doc)
Constructor.