Highway to PSR2
[openemr.git] / portal / patient / fwk / libs / verysimple / HTTP / Request.php
blob125b12327c8b7d4a4be37ba9f967ee7e503af69e
1 <?php
2 /** @package verysimple::HTTP */
4 /**
5 * import supporting libraries
6 */
7 require_once("RequestUtil.php");
9 /**
10 * Static utility class for processing form post/request data
12 * Contains various methods for retrieving user input from forms
14 * @package verysimple::HTTP
15 * @author VerySimple Inc.
16 * @copyright 1997-2007 VerySimple, Inc. http://www.verysimple.com
17 * @license http://www.gnu.org/licenses/lgpl.html LGPL
18 * @version 1.0
19 * @deprecated User RequestUtil instead to avoid namespace conflicts
21 class Request extends RequestUtil