function __construct($test) { parent::__construct($test); //$this->engine = new MarkParse( $text ); }
function __construct($width, $height, $x, $y) { parent::__construct($width, $height); $this->position_x = $x; $this->position_y = $y; }