__construct() публичный Метод

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