/** * Handle request. * * @param mixed String or NUll * @return mixed String or Array * @access public */ public static function getRequest($key = NULL) { return RequestHandler::post($key); }