class_Requestable.php

Go to the documentation of this file.
00001 <?php
00024 interface Requestable extends FrameworkInterface {
00032         function prepareRequestData ();
00033 
00040         function isRequestElementSet ($element);
00041 
00049         function getRequestElement ($element);
00050 
00056         function getParameterNames ();
00057 
00064         function getHeader ($headerName);
00065 
00072         function requestIsValid ($isValid = true);
00073 
00080         function readCookie ($cookieName);
00081 }
00082 
00083 //
00084 ?>

Generated on Mon Dec 8 01:06:45 2008 for Ship-Simulator by  doxygen 1.5.6