__construct() public method

Constructor.
public __construct ( string $environment, boolean $debug )
$environment string The environment
$debug boolean Whether to enable debugging or not
Beispiel #1
0
 function __construct()
 {
     parent::__construct();
     $editUrl = new Url();
     $editUrl->clearPageParams();
     $editUrl->setParam('edit', 1);
     Util::valueToXml('editurl', $editUrl->buildUrlString(), $this->rootNode);
 }
Beispiel #2
0
 function __construct()
 {
     parent::__construct();
     $this->listNode = Util::tagToXml('list', $this->rootNode);
 }
Beispiel #3
0
 function __construct()
 {
     parent::__construct();
 }