__construct() public method

Constructor.
public __construct ( string $environment, boolean $debug )
$environment string The environment
$debug boolean Whether to enable debugging or not
コード例 #1
0
ファイル: Seeking.class.php プロジェクト: jramstedt/AVM
 function __construct()
 {
     parent::__construct();
     $editUrl = new Url();
     $editUrl->clearPageParams();
     $editUrl->setParam('edit', 1);
     Util::valueToXml('editurl', $editUrl->buildUrlString(), $this->rootNode);
 }
コード例 #2
0
ファイル: Mainpage.class.php プロジェクト: jramstedt/AVM
 function __construct()
 {
     parent::__construct();
     $this->listNode = Util::tagToXml('list', $this->rootNode);
 }
コード例 #3
0
ファイル: Statistics.class.php プロジェクト: jramstedt/AVM
 function __construct()
 {
     parent::__construct();
 }