/** * Class constructor. * * @since 1.0 * @param string The image driver to use. * @access public */ public function __construct($driver = 'gd_hack') { // Load the adapter $this->adapter = new Asido(); // @TODO: Configurable image driver $this->adapter->driver($driver); }