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