예제 #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
파일: 1835.php 프로젝트: badlamer/hhvm
 function __construct()
 {
     parent::__construct(array());
 }
예제 #5
0
파일: methods.php 프로젝트: Halfnhav4/pfff
 function __construct()
 {
     //this is the only exception, can call non static via qualifier for that
     parent::__construct();
 }
예제 #6
0
 public function __construct()
 {
     parent::__construct();
 }