Exemplo n.º 1
0
 function __construct($ename, $sal, $dept)
 {
     parent::__construct($ename, $sal);
     $this->dept = $dept;
 }
Exemplo n.º 2
0
 function __construct($a, $b, $c, $d)
 {
     parent::__construct($a, $b, $c, $d);
 }