Ejemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->circle = $this->doCircle();
     $this->lIndex();
 }
Ejemplo n.º 2
0
 function __construct()
 {
     echo '<h1>Loading Line...</h1>';
     parent::__construct();
     $this->square = $this->doSquare();
 }