Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->stripes = "TRUE";
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     // Call parent constructor first
     $this->stripes = "TRUE";
 }