Ejemplo n.º 1
0
 public function __construct($eyeColor, $song)
 {
     /*
      * explicitly call the parent constructor to ensure it is run
      * */
     parent::__construct($eyeColor, $song);
     echo "<p>A Penguin is born!</p>";
 }