Exemple #1
0
 public function __construct($bp, $dp = NULL)
 {
     $this->dprop = $dp;
     parent::__construct($bp);
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->anotherSetting = 'tacos';
 }
Exemple #3
0
 public function __construct()
 {
     parent::__construct();
     echo "insiude Class C";
 }
Exemple #4
0
 function __construct()
 {
     parent::__construct(array());
 }
Exemple #5
0
 function __construct()
 {
     //this is the only exception, can call non static via qualifier for that
     parent::__construct();
 }
Exemple #6
0
 public function __construct()
 {
     parent::__construct();
 }