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