/** * init * * Initialise the request. * */ public static function init($base_uri = '') { self::$_instance = new self($base_uri); }