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