Beispiel #1
0
 function __construct()
 {
     parent::__construct();
     $this->stripes = "TRUE";
 }
 function __construct()
 {
     parent::__construct();
     // Call parent constructor first
     $this->stripes = "TRUE";
 }