X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Frequest%2Fclass_Requestable.php;h=97a5784c74450d3e88455b72189f5f94411ba271;hb=e7040f10e90178e789f97ef7e195b479250e241a;hp=47431f70db83cf0723e0d108732f6b4367f8a7b4;hpb=4b88c118b615335d06bd74e444173d21aef4406c;p=core.git diff --git a/inc/classes/interfaces/request/class_Requestable.php b/inc/classes/interfaces/request/class_Requestable.php index 47431f70..97a5784c 100644 --- a/inc/classes/interfaces/request/class_Requestable.php +++ b/inc/classes/interfaces/request/class_Requestable.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -30,9 +30,10 @@ interface Requestable extends FrameworkInterface { function prepareRequestData (); /** - * Checks wether a request element is set + * Checks whether a request element is set + * * @param $element Name of the request element we want to check - * @return $isSet Wether the request element is set + * @return $isSet Whether the request element is set * @throws MissingArrayElementsException Thrown if a request element is not set */ function isRequestElementSet ($element); @@ -62,9 +63,9 @@ interface Requestable extends FrameworkInterface { function getHeader ($headerName); /** - * Sets wether the request was valid (default: true) + * Sets whether the request was valid (default: true) * - * @param $isValid Wether the request is valid + * @param $isValid Whether the request is valid * @return void */ function requestIsValid ($isValid = true);