Ejemplo n.º 1
0
 public function __construct($r, $g, $b, $p)
 {
     parent::__construct($r, $g, $b);
     $this->myProperty = $p;
 }