]> git.mxchange.org Git - core.git/commitdiff
Fixed a typo
authorRoland Häder <roland@mxchange.org>
Sat, 24 Mar 2012 08:27:18 +0000 (08:27 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 24 Mar 2012 08:27:18 +0000 (08:27 +0000)
43 files changed:
inc/classes/interfaces/cache/class_Cacheable.php
inc/classes/interfaces/class_FrameworkInterface.php
inc/classes/interfaces/points/class_BookablePoints.php
inc/classes/interfaces/registry/class_Register.php
inc/classes/interfaces/registry/socket/class_RegisterableSocket.php
inc/classes/interfaces/request/class_Requestable.php
inc/classes/interfaces/resolver/actions/class_ActionResolver.php
inc/classes/interfaces/resolver/commands/class_CommandResolver.php
inc/classes/interfaces/resolver/state/class_StateResolver.php
inc/classes/interfaces/response/class_Responseable.php
inc/classes/interfaces/stacker/class_Stackable.php
inc/classes/interfaces/template/class_CompileableTemplate.php
inc/classes/interfaces/user/class_ManageableAccount.php
inc/classes/main/cache/class_MemoryCache.php
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/container/socket/class_SocketContainer.php
inc/classes/main/criteria/class_BaseCriteria.php
inc/classes/main/database/databases/class_LocalFileDatabase.php
inc/classes/main/decorator/template/class_XmlRewriterTemplateDecorator.php
inc/classes/main/filter/validator/class_EmailValidatorFilter.php
inc/classes/main/filter/validator/class_UserNameValidatorFilter.php
inc/classes/main/filter/verifier/class_UserGuestVerifierFilter.php
inc/classes/main/filter/verifier/class_UserNameVerifierFilter.php
inc/classes/main/helper/class_BaseHelper.php
inc/classes/main/helper/web/blocks/class_WebBlockHelper.php
inc/classes/main/helper/web/forms/class_WebFormHelper.php
inc/classes/main/images/class_BaseImage.php
inc/classes/main/points/class_UserPoints.php
inc/classes/main/registry/class_BaseRegistry.php
inc/classes/main/request/class_BaseRequest.php
inc/classes/main/resolver/action/class_BaseActionResolver.php
inc/classes/main/resolver/command/class_BaseCommandResolver.php
inc/classes/main/resolver/controller/class_BaseControllerResolver.php
inc/classes/main/response/class_BaseResponse.php
inc/classes/main/response/console/class_ConsoleResponse.php
inc/classes/main/response/image/class_ImageResponse.php
inc/classes/main/result/class_DatabaseResult.php
inc/classes/main/stacker/class_BaseStacker.php
inc/classes/main/template/class_BaseTemplateEngine.php
inc/classes/main/template/image/class_ImageTemplateEngine.php
inc/classes/main/user/class_BaseUser.php
inc/config/class_FrameworkConfiguration.php
inc/loader/class_ClassLoader.php

index 4c9ee07721b5bfa22d8f528ba40a25d5e229cccb..31fd0d1b8a28e5d4b31ece563062470b4d8cbcf9 100644 (file)
@@ -26,7 +26,7 @@ interface Cacheable extends FrameworkInterface {
         * Does the specified offset exist in cache?
         *
         * @param       $offset         The offset we are looking for
         * Does the specified offset exist in cache?
         *
         * @param       $offset         The offset we are looking for
-        * @return      $exists         Wether the offset exists
+        * @return      $exists         Whether the offset exists
         */
        function offsetExists($offset);
 
         */
        function offsetExists($offset);
 
index 9ec630aaacb71b6aa13fd0510b4e06babbcc8a36..5647d1389c468c86f5aaf360361edeb4001d330b 100644 (file)
@@ -34,11 +34,11 @@ interface FrameworkInterface {
        function getField ($fieldName);
 
        /**
        function getField ($fieldName);
 
        /**
-        * Checks wether an object equals this object. You should overwrite this
+        * Checks whether an object equals this object. You should overwrite this
         * method to implement own equality checks
         *
         * @param       $objectInstance         An instance of a FrameworkInterface object
         * method to implement own equality checks
         *
         * @param       $objectInstance         An instance of a FrameworkInterface object
-        * @return      $equals                         Wether both objects equals
+        * @return      $equals                         Whether both objects equals
         */
        function equals (FrameworkInterface $objectInstance);
 
         */
        function equals (FrameworkInterface $objectInstance);
 
index a2e088c536b6f65df13b18cc0a47748afcf37b48..a62bd63e159277cf292094bcd82a0cb97953736e 100644 (file)
  */
 interface BookablePoints extends FrameworkInterface {
        /**
  */
 interface BookablePoints extends FrameworkInterface {
        /**
-        * Checks wether the user has the required amount of points left for the specified action
+        * Checks whether the user has the required amount of points left for the specified action
         *
         * @param       $action                 The action or configuration entry plus prefix the user wants to perform
         *
         * @param       $action                 The action or configuration entry plus prefix the user wants to perform
-        * @return      $hasRequired    Wether the user has the required points
+        * @return      $hasRequired    Whether the user has the required points
         */
        function ifUserHasRequiredPoints ($action);
 
         */
        function ifUserHasRequiredPoints ($action);
 
index 4bb1fda41fad4568c91104db65845774d543b2d3..5ca5ebba9fadb2cdf98ec580a5c8957d12172e94 100644 (file)
  */
 interface Register extends FrameworkInterface {
        /**
  */
 interface Register extends FrameworkInterface {
        /**
-        * Checks wether an instance key was found
+        * Checks whether an instance key was found
         *
         * @param       $instanceKey    The key holding an instance in registry
         *
         * @param       $instanceKey    The key holding an instance in registry
-        * @return      $exists                 Wether the key exists in registry
+        * @return      $exists                 Whether the key exists in registry
         */
        function instanceExists ($instanceKey);
 
         */
        function instanceExists ($instanceKey);
 
index fc7f39874edbb54bfad9bc9240044c1d2fa96348..cb4537fa288fb57e4402997966ad29371c5e57b5 100644 (file)
  */
 interface RegisterableSocket extends Registerable {
        /**
  */
 interface RegisterableSocket extends Registerable {
        /**
-        * Checks wether given socket resource is registered. If $socketResource is
+        * Checks whether given socket resource is registered. If $socketResource is
         * false only the instance will be checked.
         *
         * @param       $protocolInstance       An instance of a ProtocolHandler class
         * @param       $socketResource         A valid socket resource
         * false only the instance will be checked.
         *
         * @param       $protocolInstance       An instance of a ProtocolHandler class
         * @param       $socketResource         A valid socket resource
-        * @return      $isRegistered           Wether the given socket resource is registered
+        * @return      $isRegistered           Whether the given socket resource is registered
         */
        function isSocketRegistered (ProtocolHandler $protocolInstance, $socketResource);
 
         */
        function isSocketRegistered (ProtocolHandler $protocolInstance, $socketResource);
 
index 47431f70db83cf0723e0d108732f6b4367f8a7b4..76174b25a29bd248190b1ab16e0be3a5a57d8149 100644 (file)
@@ -30,9 +30,9 @@ interface Requestable extends FrameworkInterface {
        function prepareRequestData ();
 
        /**
        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
         * @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);
         * @throws      MissingArrayElementsException   Thrown if a request element is not set
         */
        function isRequestElementSet ($element);
@@ -62,9 +62,9 @@ interface Requestable extends FrameworkInterface {
        function getHeader ($headerName);
 
        /**
        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);
         * @return      void
         */
        function requestIsValid ($isValid = true);
index 7d7cd0b4be0ef91c8374454333919b83e00fca3c..bf0171e95045cf85ae7598a90c168bfd56e19224 100644 (file)
@@ -38,10 +38,10 @@ interface ActionResolver extends Resolver {
        function resolveActionByRequest (Requestable $requestInstance);
 
        /**
        function resolveActionByRequest (Requestable $requestInstance);
 
        /**
-        * Checks wether the given action is valid
+        * Checks whether the given action is valid
         *
         * @param       $actionName             The default action we shall execute
         *
         * @param       $actionName             The default action we shall execute
-        * @return      $isValid                Wether the given action is valid
+        * @return      $isValid                Whether the given action is valid
         * @throws      EmptyVariableException  Thrown if given action is not set
         */
        function isActionValid ($actionName);
         * @throws      EmptyVariableException  Thrown if given action is not set
         */
        function isActionValid ($actionName);
index 24a8547afbec8055913bb8264a61c562d0f1e001..03821b63e15d4d1941aee163edff1d6fdcf424da 100644 (file)
@@ -31,10 +31,10 @@ interface CommandResolver extends Resolver {
        function resolveCommandByRequest (Requestable $requestInstance);
 
        /**
        function resolveCommandByRequest (Requestable $requestInstance);
 
        /**
-        * Checks wether the given command is valid
+        * Checks whether the given command is valid
         *
         * @param       $commandName    The default command we shall execute
         *
         * @param       $commandName    The default command we shall execute
-        * @return      $isValid                Wether the given command is valid
+        * @return      $isValid                Whether the given command is valid
         * @throws      EmptyVariableException  Thrown if given command is not set
         */
        function isCommandValid ($commandName);
         * @throws      EmptyVariableException  Thrown if given command is not set
         */
        function isCommandValid ($commandName);
index d94d34a67f9348fd88e9423df46a954cf99c3e95..b225a317c4826c254b2596b10a0a22ebade7d51b 100644 (file)
@@ -33,10 +33,10 @@ interface StateResolver extends Resolver {
        static function resolveStateByPackage (ConnectionHelper $helperInstance, array $packageData, $socketResource);
 
        /**
        static function resolveStateByPackage (ConnectionHelper $helperInstance, array $packageData, $socketResource);
 
        /**
-        * Checks wether the given state is valid
+        * Checks whether the given state is valid
         *
         * @param       $stateName      The default state we shall execute
         *
         * @param       $stateName      The default state we shall execute
-        * @return      $isValid        Wether the given state is valid
+        * @return      $isValid        Whether the given state is valid
         * @throws      EmptyVariableException  Thrown if given state is not set
         */
        function isStateValid ($stateName);
         * @throws      EmptyVariableException  Thrown if given state is not set
         */
        function isStateValid ($stateName);
index 8f19e8edeaacc1fc6c30fe142825be291d1c718a..8ecf4b201da5e6fd4151232d5f366793eb49d405 100644 (file)
@@ -54,7 +54,7 @@ interface Responseable extends FrameworkInterface {
        /**
         * Flushs the cached HTTP response to the outer world
         *
        /**
         * Flushs the cached HTTP response to the outer world
         *
-        * @param       $force  Wether we shall force the output or abort if headers are
+        * @param       $force  Whether we shall force the output or abort if headers are
         *                                      already sent with an exception
         * @return      void
         * @throws      ResponseHeadersAlreadySentException             Thrown if headers are
         *                                      already sent with an exception
         * @return      void
         * @throws      ResponseHeadersAlreadySentException             Thrown if headers are
index 34b6cf18324e64e9876c54100a9d5abff408b60e..3819a3cb9d010e1c4c50a44787e7e94a58260fbc 100644 (file)
@@ -53,18 +53,18 @@ interface Stackable extends FrameworkInterface {
        function getNamed ($stackerName);
 
        /**
        function getNamed ($stackerName);
 
        /**
-        * Checks wether the given stack is initialized (set in array $stackers)
+        * Checks whether the given stack is initialized (set in array $stackers)
         *
         * @param       $stackerName    Name of the stack
         *
         * @param       $stackerName    Name of the stack
-        * @return      $isInitialized  Wether the stack is initialized
+        * @return      $isInitialized  Whether the stack is initialized
         */
        function isStackInitialized ($stackerName);
 
        /**
         */
        function isStackInitialized ($stackerName);
 
        /**
-        * Checks wether the given stack is empty
+        * Checks whether the given stack is empty
         *
         * @param       $stackerName    Name of the stack
         *
         * @param       $stackerName    Name of the stack
-        * @return      $isEmpty                        Wether the stack is empty
+        * @return      $isEmpty                        Whether the stack is empty
         * @throws      NoStackerException      If given stack is missing
         */
        function isStackEmpty ($stackerName);
         * @throws      NoStackerException      If given stack is missing
         */
        function isStackEmpty ($stackerName);
index e1070c9d33d63d3c7012cb0f3739866d859da5d4..3b6671e091691dfac435794d2d5b51b73b25a315 100644 (file)
@@ -160,9 +160,9 @@ interface CompileableTemplate extends FrameworkInterface {
        function enableLanguageSupport ($languageSupport = true);
 
        /**
        function enableLanguageSupport ($languageSupport = true);
 
        /**
-        * Checks wether language support is enabled
+        * Checks whether language support is enabled
         *
         *
-        * @return      $languageSupport        Wether language support is enabled or disabled
+        * @return      $languageSupport        Whether language support is enabled or disabled
         */
        function isLanguageSupportEnabled ();
 
         */
        function isLanguageSupportEnabled ();
 
@@ -175,9 +175,9 @@ interface CompileableTemplate extends FrameworkInterface {
        function enableXmlCompacting ($xmlCompacting = true);
 
        /**
        function enableXmlCompacting ($xmlCompacting = true);
 
        /**
-        * Checks wether XML compacting is enabled
+        * Checks whether XML compacting is enabled
         *
         *
-        * @return      $xmlCompacting  Wether XML compacting is enabled or disabled
+        * @return      $xmlCompacting  Whether XML compacting is enabled or disabled
         */
        function isXmlCompactingEnabled ();
 
         */
        function isXmlCompactingEnabled ();
 
index 15ffcb27d76b0c695536f7deb6ce356a1b918044..1e7937b9d5014c96897e1b6a142ede468cb054b3 100644 (file)
  */
 interface ManageableAccount extends FrameworkInterface {
        /**
  */
 interface ManageableAccount extends FrameworkInterface {
        /**
-        * Determines wether the username exists or not
+        * Determines whether the username exists or not
         *
         *
-        * @return      $exists         Wether the username exists
+        * @return      $exists         Whether the username exists
         */
        function ifUsernameExists ();
 
        /**
         */
        function ifUsernameExists ();
 
        /**
-        * Determines wether the email exists or not
+        * Determines whether the email exists or not
         *
         *
-        * @return      $exists         Wether the email exists
+        * @return      $exists         Whether the email exists
         */
        function ifEmailAddressExists ();
 
         */
        function ifEmailAddressExists ();
 
@@ -41,7 +41,7 @@ interface ManageableAccount extends FrameworkInterface {
         * database.
         *
         * @param       $requestInstance        A requestable class instance
         * database.
         *
         * @param       $requestInstance        A requestable class instance
-        * @return      $matches                        Wether the supplied password hash matches
+        * @return      $matches                        Whether the supplied password hash matches
         */
        function ifPasswordHashMatches (Requestable $requestInstance);
 }
         */
        function ifPasswordHashMatches (Requestable $requestInstance);
 }
index 61248e0cfddbd89b3f22f29023c2a2b3bd46138e..b6a131c9549223a4cc0c92855b6242a75a6375a8 100644 (file)
@@ -67,7 +67,7 @@ class MemoryCache extends BaseFrameworkSystem implements Cacheable {
         * Does the specified offset exist in cache?
         *
         * @param       $offset         The offset we are looking for
         * Does the specified offset exist in cache?
         *
         * @param       $offset         The offset we are looking for
-        * @return      $exists         Wether the offset exists
+        * @return      $exists         Whether the offset exists
         */
        public function offsetExists ($offset) {
                $exists = $this->dataCache->offsetExists($offset);
         */
        public function offsetExists ($offset) {
                $exists = $this->dataCache->offsetExists($offset);
index 9fe346ea80ae63fe2e08ccf335729aadb3b3c0bb..adbb27c2e9f34337abfb277c5d1a7c59bc7b0ee3 100644 (file)
@@ -726,11 +726,11 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
        }
 
        /**
        }
 
        /**
-        * Checks wether an object equals this object. You should overwrite this
+        * Checks whether an object equals this object. You should overwrite this
         * method to implement own equality checks
         *
         * @param       $objectInstance         An instance of a FrameworkInterface object
         * method to implement own equality checks
         *
         * @param       $objectInstance         An instance of a FrameworkInterface object
-        * @return      $equals                         Wether both objects equals
+        * @return      $equals                         Whether both objects equals
         */
        public function equals (FrameworkInterface $objectInstance) {
                // Now test it
         */
        public function equals (FrameworkInterface $objectInstance) {
                // Now test it
@@ -982,10 +982,10 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
        }
 
        /**
        }
 
        /**
-        * Outputs a debug message wether to debug instance (should be set!) or dies with or pints the message
+        * Outputs a debug message whether to debug instance (should be set!) or dies with or pints the message
         *
         * @param       $message        Message we shall send out...
         *
         * @param       $message        Message we shall send out...
-        * @param       $doPrint        Wether we shall print or die here which first is the default
+        * @param       $doPrint        Whether we shall print or die here which first is the default
         * @return      void
         */
        public function debugOutput ($message, $doPrint = true) {
         * @return      void
         */
        public function debugOutput ($message, $doPrint = true) {
@@ -1311,10 +1311,10 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
        }
 
        /**
        }
 
        /**
-        * Checks wether the given PHP extension is loaded
+        * Checks whether the given PHP extension is loaded
         *
         * @param       $phpExtension   The PHP extension we shall check
         *
         * @param       $phpExtension   The PHP extension we shall check
-        * @return      $isLoaded       Wether the PHP extension is loaded
+        * @return      $isLoaded       Whether the PHP extension is loaded
         */
        public final function isPhpExtensionLoaded ($phpExtension) {
                // Is it loaded?
         */
        public final function isPhpExtensionLoaded ($phpExtension) {
                // Is it loaded?
@@ -1398,7 +1398,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
        /**
         * Idles (sleeps) for given milliseconds
         *
        /**
         * Idles (sleeps) for given milliseconds
         *
-        * @return      $hasSlept       Wether it goes fine
+        * @return      $hasSlept       Whether it goes fine
         */
        public function idle ($milliSeconds) {
                // Sleep is fine by default
         */
        public function idle ($milliSeconds) {
                // Sleep is fine by default
@@ -1899,10 +1899,10 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
        }
 
        /**
        }
 
        /**
-        * Checks wether the given encoded data was encoded with Base64
+        * Checks whether the given encoded data was encoded with Base64
         *
         * @param       $encodedData    Encoded data we shall check
         *
         * @param       $encodedData    Encoded data we shall check
-        * @return      $isBase64               Wether the encoded data is Base64
+        * @return      $isBase64               Whether the encoded data is Base64
         */
        protected function isBase64Encoded ($encodedData) {
                // Determine it
         */
        protected function isBase64Encoded ($encodedData) {
                // Determine it
index 8b70b95421ac708e1e77dfa0ce6710056e3fac44..d725052d34ee7dbec340a052275452c02d702a3a 100644 (file)
@@ -58,10 +58,10 @@ class SocketContainer extends BaseContainer implements Registerable {
        }
 
        /**
        }
 
        /**
-        * Checks wether the given address (IP) matches with the one from the socket resource
+        * Checks whether the given address (IP) matches with the one from the socket resource
         *
         * @param       $addressPort    The address:port (IP to check
         *
         * @param       $addressPort    The address:port (IP to check
-        * @return      $matches                Wether $address matches with the one from socket resource
+        * @return      $matches                Whether $address matches with the one from socket resource
         */
        public final function ifAddressMatches ($addressPort) {
                // Get current package data
         */
        public final function ifAddressMatches ($addressPort) {
                // Get current package data
index 4bec36a6f4efd99a4fa8bf3150b13459ab76cf2c..19983c0b52ff8e7c6160a2e426e8bd1ba8d7ba64 100644 (file)
@@ -98,7 +98,7 @@ class BaseCriteria extends BaseFrameworkSystem {
         * Get criteria element or null if not found
         *
         * @param       $criteria       The criteria we want to have
         * Get criteria element or null if not found
         *
         * @param       $criteria       The criteria we want to have
-        * @return      $value          Wether the value of the critera or null
+        * @return      $value          Whether the value of the critera or null
         */
        public function getCriteriaElemnent ($criteria) {
                // Default is not found
         */
        public function getCriteriaElemnent ($criteria) {
                // Default is not found
@@ -115,10 +115,10 @@ class BaseCriteria extends BaseFrameworkSystem {
        }
 
        /**
        }
 
        /**
-        * Checks wether given array entry matches
+        * Checks whether given array entry matches
         *
         * @param       $entryArray             Array with the entries to find
         *
         * @param       $entryArray             Array with the entries to find
-        * @return      $matches                Wether the entry matches or not
+        * @return      $matches                Whether the entry matches or not
         */
        public function ifEntryMatches (array $entryArray) {
                // First nothing matches and nothing is counted
         */
        public function ifEntryMatches (array $entryArray) {
                // First nothing matches and nothing is counted
index 6a6dd559aa848bc01ac4a69b38d7bf9bc61e6cb1..73e4bad6364b63d67cc870197996a6ccd133c59f 100644 (file)
@@ -48,7 +48,7 @@ class LocalFileDatabase extends BaseDatabaseFrontend implements DatabaseFrontend
        private $lastContents = array();
 
        /**
        private $lastContents = array();
 
        /**
-        * Wether the "connection is already up
+        * Whether the "connection is already up
         */
        private $alreadyConnected = false;
 
         */
        private $alreadyConnected = false;
 
index 1f109a41a6e8bc2d99f58cb5cdd96230d29b822e..d331d02e8f0ffba8ba160acd9d5b21edddeffb4c 100644 (file)
@@ -54,7 +54,7 @@ class XmlRewriterTemplateDecorator extends BaseDecorator implements CompileableT
         * Settter for variable group
         *
         * @param       $groupName      Name of variable group
         * Settter for variable group
         *
         * @param       $groupName      Name of variable group
-        * @param       $add            Wether add this group
+        * @param       $add            Whether add this group
         * @return      void
         */
        public function setVariableGroup ($groupName, $add = true) {
         * @return      void
         */
        public function setVariableGroup ($groupName, $add = true) {
@@ -360,9 +360,9 @@ class XmlRewriterTemplateDecorator extends BaseDecorator implements CompileableT
        }
 
        /**
        }
 
        /**
-        * Checks wether language support is enabled
+        * Checks whether language support is enabled
         *
         *
-        * @return      $languageSupport        Wether language support is enabled or disabled
+        * @return      $languageSupport        Whether language support is enabled or disabled
         */
        public final function isLanguageSupportEnabled () {
                // Call the inner class' method
         */
        public final function isLanguageSupportEnabled () {
                // Call the inner class' method
@@ -381,9 +381,9 @@ class XmlRewriterTemplateDecorator extends BaseDecorator implements CompileableT
        }
 
        /**
        }
 
        /**
-        * Checks wether XML compacting is enabled
+        * Checks whether XML compacting is enabled
         *
         *
-        * @return      $xmlCompacting  Wether XML compacting is enabled or disabled
+        * @return      $xmlCompacting  Whether XML compacting is enabled or disabled
         */
        public final function isXmlCompactingEnabled () {
                // Call the inner class' method
         */
        public final function isXmlCompactingEnabled () {
                // Call the inner class' method
index 26da852baa47dc3e23803ab785cd03114d501649..6e5b055ebbe78f4172a1663106c806a2ee8c1d87 100644 (file)
@@ -126,10 +126,10 @@ class EmailValidatorFilter extends BaseFilter implements Filterable {
        }
 
        /**
        }
 
        /**
-        * Check wether the email as already been taken
+        * Check whether the email as already been taken
         *
         * @param       $email                  Email to check for existence
         *
         * @param       $email                  Email to check for existence
-        * @return      $alreadyTaken   Wether the email has been taken
+        * @return      $alreadyTaken   Whether the email has been taken
         */
        private function ifEmailIsTaken ($email) {
                // Default is already taken
         */
        private function ifEmailIsTaken ($email) {
                // Default is already taken
index c6fa4b2c2fdf860b4566f50aa909475766eff97c..e845e57fb62686b81476eb1a4225d35727baeb0a 100644 (file)
@@ -91,10 +91,10 @@ class UserNameValidatorFilter extends BaseFilter implements Filterable {
        }
 
        /**
        }
 
        /**
-        * Check wether the username as already been taken
+        * Check whether the username as already been taken
         *
         * @param       $userName               Username to check for existence
         *
         * @param       $userName               Username to check for existence
-        * @return      $alreadyTaken   Wether the username has been taken
+        * @return      $alreadyTaken   Whether the username has been taken
         */
        private function ifUserNameIsTaken ($userName) {
                // Default is already taken
         */
        private function ifUserNameIsTaken ($userName) {
                // Default is already taken
index 70aa47b67dca9bf6d9fadf8afda4cdccfdcae351..f4f66a83b69f2ae801870020fee96cffb6585233 100644 (file)
@@ -94,10 +94,10 @@ class UserGuestVerifierFilter extends BaseFilter implements Filterable {
        }
 
        /**
        }
 
        /**
-        * Check wether the username as already been taken
+        * Check whether the username as already been taken
         *
         * @param       $userName               Username to check for existence
         *
         * @param       $userName               Username to check for existence
-        * @return      $alreadyTaken   Wether the username has been taken
+        * @return      $alreadyTaken   Whether the username has been taken
         */
        private function ifUserGuestIsTaken ($userName) {
                // Default is already taken
         */
        private function ifUserGuestIsTaken ($userName) {
                // Default is already taken
index e4685727592e6bb04aab8bd5337b08dcde1397a5..aee9f97bfc990b4d6ad595f0ed559e02d52b7880 100644 (file)
@@ -91,10 +91,10 @@ class UserNameVerifierFilter extends BaseFilter implements Filterable {
        }
 
        /**
        }
 
        /**
-        * Check wether the username as already been taken
+        * Check whether the username as already been taken
         *
         * @param       $userName               Username to check for existence
         *
         * @param       $userName               Username to check for existence
-        * @return      $alreadyTaken   Wether the username has been taken
+        * @return      $alreadyTaken   Whether the username has been taken
         */
        private function ifUserNameIsTaken ($userName) {
                // Default is already taken
         */
        private function ifUserNameIsTaken ($userName) {
                // Default is already taken
index 143923c6b6303c5dcf646e2e0b2103864aa57945..c03a4429adac65e5283cf287adb566ac37c7ec6d 100644 (file)
@@ -428,10 +428,10 @@ class BaseHelper extends BaseFrameworkSystem {
        }
 
        /**
        }
 
        /**
-        * Checks wether the specified group is opened
+        * Checks whether the specified group is opened
         *
         * @param       $groupId        Id of group to check
         *
         * @param       $groupId        Id of group to check
-        * @return      $isOpened       Wether the specified group is open
+        * @return      $isOpened       Whether the specified group is open
         */
        protected function ifGroupIsOpened ($groupId) {
                // Is the group open?
         */
        protected function ifGroupIsOpened ($groupId) {
                // Is the group open?
@@ -479,9 +479,9 @@ class BaseHelper extends BaseFrameworkSystem {
        }
 
        /**
        }
 
        /**
-        * Check wether a group was opened previously
+        * Check whether a group was opened previously
         *
         *
-        * @return      $groupOpened    Wether any group was opened before
+        * @return      $groupOpened    Whether any group was opened before
         */
        protected final function ifGroupOpenedPreviously () {
                $groupOpened = (!empty($this->previousGroupId));
         */
        protected final function ifGroupOpenedPreviously () {
                $groupOpened = (!empty($this->previousGroupId));
@@ -489,9 +489,9 @@ class BaseHelper extends BaseFrameworkSystem {
        }
 
        /**
        }
 
        /**
-        * Check wether a group was opened previously
+        * Check whether a group was opened previously
         *
         *
-        * @return      $subGroupOpened         Wether any group was opened before
+        * @return      $subGroupOpened         Whether any group was opened before
         */
        protected final function ifSubGroupOpenedPreviously () {
                $subGroupOpened = (!empty($this->previousSubGroupId));
         */
        protected final function ifSubGroupOpenedPreviously () {
                $subGroupOpened = (!empty($this->previousSubGroupId));
index 4b8d22dbfb42c4e54b05a46dec06bd09f0154adc..dd66193963e249400193ea973741ee2c78f6bdf9 100644 (file)
@@ -78,9 +78,9 @@ class WebBlockHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether include registration date in this block
+        * Checks whether include registration date in this block
         *
         *
-        * @return      $withRegistration       Wether with registration date
+        * @return      $withRegistration       Whether with registration date
         */
        public function ifIncludeRegistrationStamp () {
                $withRegistration = ($this->getConfigInstance()->getConfigEntry('block_shows_registration') == 'Y');
         */
        public function ifIncludeRegistrationStamp () {
                $withRegistration = ($this->getConfigInstance()->getConfigEntry('block_shows_registration') == 'Y');
index ad605ce776493f6e53789f9ccd31d6df5d8c8ee8..4fb8f08fd0bbc7a3d6449f56402a30ae9aa91cf6 100644 (file)
@@ -23,7 +23,7 @@
  */
 class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        /**
  */
 class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        /**
-        * Wether the form tag is opened (keep at false or else your forms will
+        * Whether the form tag is opened (keep at false or else your forms will
         * never work!)
         */
        private $formOpened = false;
         * never work!)
         */
        private $formOpened = false;
@@ -34,7 +34,7 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        private $formName = '';
 
        /**
        private $formName = '';
 
        /**
-        * Wether form tag is enabled (default: true)
+        * Whether form tag is enabled (default: true)
         */
        private $formEnabled = true;
 
         */
        private $formEnabled = true;
 
@@ -60,7 +60,7 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
         * @param       $templateInstance       An instance of a valid template engine
         * @param       $formName                       Name of the form
         * @param       $formId                         Value for 'id' attribute (default: $formName)
         * @param       $templateInstance       An instance of a valid template engine
         * @param       $formName                       Name of the form
         * @param       $formId                         Value for 'id' attribute (default: $formName)
-        * @param       $withForm                       Wether include the form tag
+        * @param       $withForm                       Whether include the form tag
         * @return      $helperInstance         A preparedf instance of this helper
         */
        public static final function createWebFormHelper (CompileableTemplate $templateInstance, $formName, $formId = false, $withForm = true) {
         * @return      $helperInstance         A preparedf instance of this helper
         */
        public static final function createWebFormHelper (CompileableTemplate $templateInstance, $formName, $formId = false, $withForm = true) {
@@ -111,7 +111,7 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
                // Close the form is default
                $formContent = '</form>';
 
                // Close the form is default
                $formContent = '</form>';
 
-               // Check wether we shall open or close the form
+               // Check whether we shall open or close the form
                if (($this->formOpened === false) && ($this->formEnabled === true)) {
                        // Add HTML code
                        $formContent = sprintf("<form name=\"%s\" class=\"forms\" action=\"%s/%s\" method=\"%s\" target=\"%s\"",
                if (($this->formOpened === false) && ($this->formEnabled === true)) {
                        // Add HTML code
                        $formContent = sprintf("<form name=\"%s\" class=\"forms\" action=\"%s/%s\" method=\"%s\" target=\"%s\"",
@@ -284,7 +284,7 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
         * yet opened. The field's name will be set as id.
         *
         * @param       $fieldName              Input field name
         * yet opened. The field's name will be set as id.
         *
         * @param       $fieldName              Input field name
-        * @param       $fieldChecked   Wether the field is checked (defaut: checked)
+        * @param       $fieldChecked   Whether the field is checked (defaut: checked)
         * @return      void
         * @throws      FormClosedException             If the form is not yet opened
         */
         * @return      void
         * @throws      FormClosedException             If the form is not yet opened
         */
@@ -295,7 +295,7 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
                        throw new FormClosedException (array($this, $fieldName), self::EXCEPTION_CLOSED_FORM);
                } // END - if
 
                        throw new FormClosedException (array($this, $fieldName), self::EXCEPTION_CLOSED_FORM);
                } // END - if
 
-               // Set wether the check box is checked...
+               // Set whether the check box is checked...
                $checked = " checked=\"checked\"";
                if ($fieldChecked === false) $checked = ' ';
 
                $checked = " checked=\"checked\"";
                if ($fieldChecked === false) $checked = ' ';
 
@@ -699,7 +699,7 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        /**
         * Enables/disables the form tag usage
         *
        /**
         * Enables/disables the form tag usage
         *
-        * @param       $formEnabled    Wether form is enabled or disabled
+        * @param       $formEnabled    Whether form is enabled or disabled
         * @return      void
         */
        public final function enableForm ($formEnabled = true) {
         * @return      void
         */
        public final function enableForm ($formEnabled = true) {
@@ -726,9 +726,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether the registration requires a valid email address
+        * Checks whether the registration requires a valid email address
         *
         *
-        * @return      $required       Wether the email address is required
+        * @return      $required       Whether the email address is required
         */
        public function ifRegisterRequiresEmailVerification () {
                $required = ($this->getConfigInstance()->getConfigEntry('register_requires_email') == 'Y');
         */
        public function ifRegisterRequiresEmailVerification () {
                $required = ($this->getConfigInstance()->getConfigEntry('register_requires_email') == 'Y');
@@ -736,9 +736,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether profile data shall be asked
+        * Checks whether profile data shall be asked
         *
         *
-        * @return      $required       Wether profile data shall be asked
+        * @return      $required       Whether profile data shall be asked
         */
        public function ifRegisterIncludesProfile () {
                $required = ($this->getConfigInstance()->getConfigEntry('register_includes_profile') == 'Y');
         */
        public function ifRegisterIncludesProfile () {
                $required = ($this->getConfigInstance()->getConfigEntry('register_includes_profile') == 'Y');
@@ -746,9 +746,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether this form is secured by a CAPTCHA
+        * Checks whether this form is secured by a CAPTCHA
         *
         *
-        * @return      $isSecured      Wether this form is secured by a CAPTCHA
+        * @return      $isSecured      Whether this form is secured by a CAPTCHA
         */
        public function ifFormSecuredWithCaptcha () {
                $isSecured = ($this->getConfigInstance()->getConfigEntry($this->getFormName().'_captcha_secured') == 'Y');
         */
        public function ifFormSecuredWithCaptcha () {
                $isSecured = ($this->getConfigInstance()->getConfigEntry($this->getFormName().'_captcha_secured') == 'Y');
@@ -756,9 +756,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether personal data shall be asked
+        * Checks whether personal data shall be asked
         *
         *
-        * @return      $required       Wether personal data shall be asked
+        * @return      $required       Whether personal data shall be asked
         */
        public function ifRegisterIncludesPersonaData () {
                $required = ($this->getConfigInstance()->getConfigEntry('register_personal_data') == 'Y');
         */
        public function ifRegisterIncludesPersonaData () {
                $required = ($this->getConfigInstance()->getConfigEntry('register_personal_data') == 'Y');
@@ -766,9 +766,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether for birthday shall be asked
+        * Checks whether for birthday shall be asked
         *
         *
-        * @return      $required       Wether birthday shall be asked
+        * @return      $required       Whether birthday shall be asked
         */
        public function ifProfileIncludesBirthDay () {
                $required = ($this->getConfigInstance()->getConfigEntry('profile_includes_birthday') == 'Y');
         */
        public function ifProfileIncludesBirthDay () {
                $required = ($this->getConfigInstance()->getConfigEntry('profile_includes_birthday') == 'Y');
@@ -776,7 +776,7 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether email addresses can only be once used
+        * Checks whether email addresses can only be once used
         *
         * @return      $isUnique
         */
         *
         * @return      $isUnique
         */
@@ -786,9 +786,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether the specified chat protocol is enabled in this form
+        * Checks whether the specified chat protocol is enabled in this form
         *
         *
-        * @return      $required       Wether the specified chat protocol is enabled
+        * @return      $required       Whether the specified chat protocol is enabled
         */
        public function ifChatEnabled ($chatProtocol) {
                $required = ($this->getConfigInstance()->getConfigEntry('chat_enabled_' . $chatProtocol) == 'Y');
         */
        public function ifChatEnabled ($chatProtocol) {
                $required = ($this->getConfigInstance()->getConfigEntry('chat_enabled_' . $chatProtocol) == 'Y');
@@ -796,9 +796,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether login is enabled or disabled
+        * Checks whether login is enabled or disabled
         *
         *
-        * @return      $isEnabled      Wether the login is enabled or disabled
+        * @return      $isEnabled      Whether the login is enabled or disabled
         */
        public function ifLoginIsEnabled () {
                $isEnabled = ($this->getConfigInstance()->getConfigEntry('login_enabled') == 'Y');
         */
        public function ifLoginIsEnabled () {
                $isEnabled = ($this->getConfigInstance()->getConfigEntry('login_enabled') == 'Y');
@@ -806,9 +806,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether login shall be done by username
+        * Checks whether login shall be done by username
         *
         *
-        * @return      $isEnabled      Wether the login shall be done by username
+        * @return      $isEnabled      Whether the login shall be done by username
         */
        public function ifLoginWithUsername () {
                $isEnabled = ($this->getConfigInstance()->getConfigEntry('login_type') == "username");
         */
        public function ifLoginWithUsername () {
                $isEnabled = ($this->getConfigInstance()->getConfigEntry('login_type') == "username");
@@ -816,9 +816,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether login shall be done by email
+        * Checks whether login shall be done by email
         *
         *
-        * @return      $isEnabled      Wether the login shall be done by email
+        * @return      $isEnabled      Whether the login shall be done by email
         */
        public function ifLoginWithEmail () {
                $isEnabled = ($this->getConfigInstance()->getConfigEntry('login_type') == "email");
         */
        public function ifLoginWithEmail () {
                $isEnabled = ($this->getConfigInstance()->getConfigEntry('login_type') == "email");
@@ -826,9 +826,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether guest login is allowed
+        * Checks whether guest login is allowed
         *
         *
-        * @return      $isAllowed      Wether guest login is allowed
+        * @return      $isAllowed      Whether guest login is allowed
         */
        public function ifGuestLoginAllowed () {
                $isAllowed = ($this->getConfigInstance()->getConfigEntry('guest_login_allowed') == 'Y');
         */
        public function ifGuestLoginAllowed () {
                $isAllowed = ($this->getConfigInstance()->getConfigEntry('guest_login_allowed') == 'Y');
@@ -836,9 +836,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether the email address change must be confirmed
+        * Checks whether the email address change must be confirmed
         *
         *
-        * @return      $requireConfirm         Wether email change must be confirmed
+        * @return      $requireConfirm         Whether email change must be confirmed
         */
        public function ifEmailChangeRequireConfirmation () {
                $requireConfirm = ($this->getConfigInstance()->getConfigEntry('email_change_confirmation') == 'Y');
         */
        public function ifEmailChangeRequireConfirmation () {
                $requireConfirm = ($this->getConfigInstance()->getConfigEntry('email_change_confirmation') == 'Y');
@@ -846,9 +846,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether the rules has been updated
+        * Checks whether the rules has been updated
         *
         *
-        * @return      $rulesUpdated   Wether rules has been updated
+        * @return      $rulesUpdated   Whether rules has been updated
         * @todo        Implement check if rules have been changed
         */
        public function ifRulesHaveChanged () {
         * @todo        Implement check if rules have been changed
         */
        public function ifRulesHaveChanged () {
@@ -856,9 +856,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether email change is allowed
+        * Checks whether email change is allowed
         *
         *
-        * @return      $emailChange    Wether changing email address is allowed
+        * @return      $emailChange    Whether changing email address is allowed
         */
        public function ifEmailChangeAllowed () {
                $emailChange = ($this->getConfigInstance()->getConfigEntry('email_change_allowed') == 'Y');
         */
        public function ifEmailChangeAllowed () {
                $emailChange = ($this->getConfigInstance()->getConfigEntry('email_change_allowed') == 'Y');
@@ -866,9 +866,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether the user account is unconfirmed
+        * Checks whether the user account is unconfirmed
         *
         *
-        * @return      $isUnconfirmed  Wether the user account is unconfirmed
+        * @return      $isUnconfirmed  Whether the user account is unconfirmed
         */
        public function ifUserAccountUnconfirmed () {
                $isUnconfirmed = ($this->getValueField(UserDatabaseWrapper::DB_COLUMN_USER_STATUS) === $this->getConfigInstance()->getConfigEntry('user_status_unconfirmed'));
         */
        public function ifUserAccountUnconfirmed () {
                $isUnconfirmed = ($this->getValueField(UserDatabaseWrapper::DB_COLUMN_USER_STATUS) === $this->getConfigInstance()->getConfigEntry('user_status_unconfirmed'));
@@ -876,9 +876,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether the user account is locked
+        * Checks whether the user account is locked
         *
         *
-        * @return      $isUnconfirmed  Wether the user account is locked
+        * @return      $isUnconfirmed  Whether the user account is locked
         */
        public function ifUserAccountLocked () {
                $isUnconfirmed = ($this->getValueField(UserDatabaseWrapper::DB_COLUMN_USER_STATUS) === $this->getConfigInstance()->getConfigEntry('user_status_locked'));
         */
        public function ifUserAccountLocked () {
                $isUnconfirmed = ($this->getValueField(UserDatabaseWrapper::DB_COLUMN_USER_STATUS) === $this->getConfigInstance()->getConfigEntry('user_status_locked'));
@@ -886,9 +886,9 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether the user account is a guest
+        * Checks whether the user account is a guest
         *
         *
-        * @return      $isUnconfirmed  Wether the user account is a guest
+        * @return      $isUnconfirmed  Whether the user account is a guest
         */
        public function ifUserAccountGuest () {
                $isUnconfirmed = ($this->getValueField(UserDatabaseWrapper::DB_COLUMN_USER_STATUS) === $this->getConfigInstance()->getConfigEntry('user_status_guest'));
         */
        public function ifUserAccountGuest () {
                $isUnconfirmed = ($this->getValueField(UserDatabaseWrapper::DB_COLUMN_USER_STATUS) === $this->getConfigInstance()->getConfigEntry('user_status_guest'));
@@ -896,10 +896,10 @@ class WebFormHelper extends BaseWebHelper implements HelpableTemplate {
        }
 
        /**
        }
 
        /**
-        * Checks wether the refill page is active which should be not the default
+        * Checks whether the refill page is active which should be not the default
         * on non-web applications.
         *
         * on non-web applications.
         *
-        * @return      $refillActive   Wether the refill page is active
+        * @return      $refillActive   Whether the refill page is active
         */
        public function ifRefillPageActive () {
                $refillActive = ($this->getConfigInstance()->getConfigEntry('refill_page_active') == 'Y');
         */
        public function ifRefillPageActive () {
                $refillActive = ($this->getConfigInstance()->getConfigEntry('refill_page_active') == 'Y');
index f5aebb36d62020ae57452b588839631350419dbc..18c565aaeace721647b331bd98aaa12c0c1b8263 100644 (file)
@@ -94,7 +94,7 @@ class BaseImage extends BaseFrameworkSystem implements Registerable {
        /**
         * Private setter for all colors
         *
        /**
         * Private setter for all colors
         *
-        * @param       $colorMode              Wether background or foreground color
+        * @param       $colorMode              Whether background or foreground color
         * @param       $colorChannel   Red, green or blue channel?
         * @param       $colorValue             Value to set
         */
         * @param       $colorChannel   Red, green or blue channel?
         * @param       $colorValue             Value to set
         */
@@ -240,7 +240,7 @@ class BaseImage extends BaseFrameworkSystem implements Registerable {
        /**
         * Prepares the class for string (unused at the moment)
         *
        /**
         * Prepares the class for string (unused at the moment)
         *
-        * @param       $groupable      Wether this image string is groupable or single
+        * @param       $groupable      Whether this image string is groupable or single
         * @return      void
         * @todo        Find something usefull for this method.
         */
         * @return      void
         * @todo        Find something usefull for this method.
         */
index 4698eafc3eff4876784eba677a7254a1699035dd..56f3302b09b30e4703a56ac9b07a2cdca89a0b1a 100644 (file)
@@ -93,10 +93,10 @@ class UserPoints extends BaseFrameworkSystem implements Registerable, BookablePo
        }
 
        /**
        }
 
        /**
-        * Checks wether the user has the required amount of points left for the specified action
+        * Checks whether the user has the required amount of points left for the specified action
         *
         * @param       $action                 The action or configuration entry plus prefix the user wants to perform
         *
         * @param       $action                 The action or configuration entry plus prefix the user wants to perform
-        * @return      $hasRequired    Wether the user has the required points
+        * @return      $hasRequired    Whether the user has the required points
         * @todo        Finish loading part of points
         */
        public function ifUserHasRequiredPoints ($action) {
         * @todo        Finish loading part of points
         */
        public function ifUserHasRequiredPoints ($action) {
index 718f0a4f24b17176e13676eaf7562f0c44d8122e..200ea17194119604903693b444832a6056b2242d 100644 (file)
@@ -49,10 +49,10 @@ class BaseRegistry extends BaseFrameworkSystem implements Registerable {
        }
 
        /**
        }
 
        /**
-        * Checks wether an instance key was found
+        * Checks whether an instance key was found
         *
         * @param       $instanceKey    The key holding an instance in registry
         *
         * @param       $instanceKey    The key holding an instance in registry
-        * @return      $exists                 Wether the key exists in registry
+        * @return      $exists                 Whether the key exists in registry
         */
        public function instanceExists ($instanceKey) {
                // Does this key exists?
         */
        public function instanceExists ($instanceKey) {
                // Does this key exists?
index 3757607de5c389d86dc0fe9c9c1ed5dcc81df86a..475be2b8580e30d267b9c43445b1afa3fdd375a0 100644 (file)
@@ -28,7 +28,7 @@ class BaseRequest extends BaseFrameworkSystem {
        private $requestData = array();
 
        /**
        private $requestData = array();
 
        /**
-        * Wether this request is valid and can be further processed. The default is
+        * Whether this request is valid and can be further processed. The default is
         * valid so make sure your intercepting filters sets this attribute to false
         * when they need to intercept the data flow.
         */
         * valid so make sure your intercepting filters sets this attribute to false
         * when they need to intercept the data flow.
         */
@@ -46,9 +46,9 @@ class BaseRequest extends BaseFrameworkSystem {
        }
 
        /**
        }
 
        /**
-        * 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
         * @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
         */
        public function isRequestElementSet ($element) {
                // Is this element found?
         */
        public function isRequestElementSet ($element) {
                // Is this element found?
@@ -113,9 +113,9 @@ class BaseRequest extends BaseFrameworkSystem {
        }
 
        /**
        }
 
        /**
-        * 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
         */
        public final function requestIsValid ($isValid = true) {
         * @return      void
         */
        public final function requestIsValid ($isValid = true) {
@@ -123,9 +123,9 @@ class BaseRequest extends BaseFrameworkSystem {
        }
 
        /**
        }
 
        /**
-        * Returns wether this request is valid
+        * Returns whether this request is valid
         *
         *
-        * @return      $requestIsValid         Wether this request is valid
+        * @return      $requestIsValid         Whether this request is valid
         */
        public final function isRequestValid () {
                return $this->requestIsValid;
         */
        public final function isRequestValid () {
                return $this->requestIsValid;
index d7d309cd21e6c70878844955c2bb5dbfbfa79a1e..4196b274f79eb21be8cc20a117e8e1fc9bf5d2e0 100644 (file)
@@ -58,10 +58,10 @@ class BaseActionResolver extends BaseResolver {
        }
 
        /**
        }
 
        /**
-        * Checks wether the given action is valid
+        * Checks whether the given action is valid
         *
         * @param       $actionName     The default action we shall execute
         *
         * @param       $actionName     The default action we shall execute
-        * @return      $isValid                Wether the given action is valid
+        * @return      $isValid                Whether the given action is valid
         * @throws      EmptyVariableException  Thrown if given action is not set
         */
        public function isActionValid ($actionName) {
         * @throws      EmptyVariableException  Thrown if given action is not set
         */
        public function isActionValid ($actionName) {
index 53775f6b9958def3cfd44500b8cc8767ad57ee5c..d767d2906080bcdaa4a05d472c2933f84be129f7 100644 (file)
@@ -58,10 +58,10 @@ class BaseCommandResolver extends BaseResolver {
        }
 
        /**
        }
 
        /**
-        * Checks wether the given command is valid
+        * Checks whether the given command is valid
         *
         * @param       $commandName    The default command we shall execute
         *
         * @param       $commandName    The default command we shall execute
-        * @return      $isValid                Wether the given command is valid
+        * @return      $isValid                Whether the given command is valid
         * @throws      EmptyVariableException  Thrown if given command is not set
         */
        public function isCommandValid ($commandName) {
         * @throws      EmptyVariableException  Thrown if given command is not set
         */
        public function isCommandValid ($commandName) {
index 176fa793dfe89b44efa3d9dd6fd8330bb7b55bbc..b4032e266eb2e22dfc311fcbfaf0780363ae9da8 100644 (file)
@@ -60,7 +60,7 @@ class BaseControllerResolver extends BaseResolver {
        /**
         * "Loads" a given controller and instances it if not yet cached. If the
         * controller was not found one of the default controllers will be used
        /**
         * "Loads" a given controller and instances it if not yet cached. If the
         * controller was not found one of the default controllers will be used
-        * depending on wether news shall be displayed.
+        * depending on whether news shall be displayed.
         *
         * @param       $controllerName                 A controller name we shall look for
         * @return      $controllerInstance             A loaded controller instance
         *
         * @param       $controllerName                 A controller name we shall look for
         * @return      $controllerInstance             A loaded controller instance
@@ -124,10 +124,10 @@ class BaseControllerResolver extends BaseResolver {
        }
 
        /**
        }
 
        /**
-        * Checks wether the given controller is valid
+        * Checks whether the given controller is valid
         *
         * @param       $controllerName         The default controller we shall execute
         *
         * @param       $controllerName         The default controller we shall execute
-        * @return      $isValid                        Wether the given controller is valid
+        * @return      $isValid                        Whether the given controller is valid
         * @throws      EmptyVariableException          Thrown if given controller is not set
         * @throws      DefaultControllerException      Thrown if default controller was not found
         */
         * @throws      EmptyVariableException          Thrown if given controller is not set
         * @throws      DefaultControllerException      Thrown if default controller was not found
         */
index 14c2117ec7eea3e5e1188327779ebbc1099e23b0..a26e7b1e72890ae9560a0477bf00df99e4555597 100644 (file)
@@ -142,7 +142,7 @@ class BaseResponse extends BaseFrameworkSystem {
        /**
         * Flushs the cached HTTP response to the outer world
         *
        /**
         * Flushs the cached HTTP response to the outer world
         *
-        * @param       $force  Wether we shall force the output or abort if headers are
+        * @param       $force  Whether we shall force the output or abort if headers are
         *                                      already sent with an exception
         * @return      void
         * @throws      ResponseHeadersAlreadySentException             Thrown if headers are
         *                                      already sent with an exception
         * @return      void
         * @throws      ResponseHeadersAlreadySentException             Thrown if headers are
index 1469bd32516093b581e2e7e2cb3ca7b7e0503246..9dead80c5e40b7341202aca7ccb7dbdf3b6bf348 100644 (file)
@@ -125,7 +125,7 @@ class ConsoleResponse extends BaseResponse implements Responseable {
        /**
         * Flushs the cached console response to the console
         *
        /**
         * Flushs the cached console response to the console
         *
-        * @param       $force  Wether we shall force the output or abort if headers are
+        * @param       $force  Whether we shall force the output or abort if headers are
         *                                      already sent with an exception
         * @return      void
         * @throws      ResponseHeadersAlreadySentException             Thrown if headers are
         *                                      already sent with an exception
         * @return      void
         * @throws      ResponseHeadersAlreadySentException             Thrown if headers are
index c3ef454e505fdc33b685488f05094e6a4cd820ce..13ce14ac6f0110fcc20e12231724e0d1057bbec6 100644 (file)
@@ -179,7 +179,7 @@ class ImageResponse extends BaseResponse implements Responseable {
        /**
         * Flushs the cached HTTP response to the outer world
         *
        /**
         * Flushs the cached HTTP response to the outer world
         *
-        * @param       $force  Wether we shall force the output or abort if headers are
+        * @param       $force  Whether we shall force the output or abort if headers are
         *                                      already sent with an exception
         * @return      void
         */
         *                                      already sent with an exception
         * @return      void
         */
index 0fab649cc03bb9ae4100242a7c4de1d156b92e53..f86fdc95695c57b964cf54e0205a8b4416c1cee1 100644 (file)
@@ -120,7 +120,7 @@ class DatabaseResult extends BaseFrameworkSystem implements SearchableResult, Up
         * "Iterator" method next() to advance to the next valid entry. This method
         * does also check if result is invalid
         *
         * "Iterator" method next() to advance to the next valid entry. This method
         * does also check if result is invalid
         *
-        * @return      $nextValid      Wether the next entry is valid
+        * @return      $nextValid      Whether the next entry is valid
         */
        public function next () {
                // Default is not valid
         */
        public function next () {
                // Default is not valid
@@ -177,7 +177,7 @@ class DatabaseResult extends BaseFrameworkSystem implements SearchableResult, Up
        /**
         * Checks if next() and rewind will give a valid result
         *
        /**
         * Checks if next() and rewind will give a valid result
         *
-        * @return      $isValid Wether the next/rewind entry is valid
+        * @return      $isValid Whether the next/rewind entry is valid
         */
        public function valid () {
                // By default nothing is valid
         */
        public function valid () {
                // By default nothing is valid
@@ -194,9 +194,9 @@ class DatabaseResult extends BaseFrameworkSystem implements SearchableResult, Up
        }
 
        /**
        }
 
        /**
-        * Determines wether the status of the query was fine (LocalfileDatabase::RESULT_OKAY)
+        * Determines whether the status of the query was fine (LocalfileDatabase::RESULT_OKAY)
         *
         *
-        * @return      $ifStatusOkay   Wether the status of the query was okay
+        * @return      $ifStatusOkay   Whether the status of the query was okay
         */
        public function ifStatusIsOkay () {
                return ((isset($this->resultArray[BaseDatabaseFrontend::RESULT_INDEX_STATUS])) && ($this->resultArray[BaseDatabaseFrontend::RESULT_INDEX_STATUS] === LocalfileDatabase::RESULT_OKAY));
         */
        public function ifStatusIsOkay () {
                return ((isset($this->resultArray[BaseDatabaseFrontend::RESULT_INDEX_STATUS])) && ($this->resultArray[BaseDatabaseFrontend::RESULT_INDEX_STATUS] === LocalfileDatabase::RESULT_OKAY));
@@ -306,9 +306,9 @@ class DatabaseResult extends BaseFrameworkSystem implements SearchableResult, Up
        }
 
        /**
        }
 
        /**
-        * Checks wether we have out-dated entries or not
+        * Checks whether we have out-dated entries or not
         *
         *
-        * @return      $needsUpdate    Wether we have out-dated entries
+        * @return      $needsUpdate    Whether we have out-dated entries
         */
        public function ifDataNeedsFlush () {
                $needsUpdate = (count($this->outDated) > 0);
         */
        public function ifDataNeedsFlush () {
                $needsUpdate = (count($this->outDated) > 0);
@@ -337,7 +337,7 @@ class DatabaseResult extends BaseFrameworkSystem implements SearchableResult, Up
         * Find a key inside the result array
         *
         * @param       $key    The key we shall find
         * Find a key inside the result array
         *
         * @param       $key    The key we shall find
-        * @return      $found  Wether the key was found or not
+        * @return      $found  Whether the key was found or not
         */
        public function find ($key) {
                // By default nothing is found
         */
        public function find ($key) {
                // By default nothing is found
index ea31904d0797a14ef86c083456115cf78bf19d42..9a6cf4b3cb19a6639e8785d0a86a200ff91967ac 100644 (file)
@@ -67,10 +67,10 @@ class BaseStacker extends BaseFrameworkSystem {
        }
 
        /**
        }
 
        /**
-        * Checks wether the given stack is initialized (set in array $stackers)
+        * Checks whether the given stack is initialized (set in array $stackers)
         *
         * @param       $stackerName    Name of the stack
         *
         * @param       $stackerName    Name of the stack
-        * @return      $isInitialized  Wether the stack is initialized
+        * @return      $isInitialized  Whether the stack is initialized
         */
        public final function isStackInitialized ($stackerName) {
                // Is is there?
         */
        public final function isStackInitialized ($stackerName) {
                // Is is there?
@@ -81,10 +81,10 @@ class BaseStacker extends BaseFrameworkSystem {
        }
 
        /**
        }
 
        /**
-        * Checks wether the given stack is full
+        * Checks whether the given stack is full
         *
         * @param       $stackerName    Name of the stack
         *
         * @param       $stackerName    Name of the stack
-        * @return      $isFull                 Wether the stack is full
+        * @return      $isFull                 Whether the stack is full
         * @throws      NoStackerException      If given stack is missing
         */
        protected final function isStackFull ($stackerName) {
         * @throws      NoStackerException      If given stack is missing
         */
        protected final function isStackFull ($stackerName) {
@@ -102,10 +102,10 @@ class BaseStacker extends BaseFrameworkSystem {
        }
 
        /**
        }
 
        /**
-        * Checks wether the given stack is empty
+        * Checks whether the given stack is empty
         *
         * @param       $stackerName            Name of the stack
         *
         * @param       $stackerName            Name of the stack
-        * @return      $isEmpty                        Wether the stack is empty
+        * @return      $isEmpty                        Whether the stack is empty
         * @throws      NoStackerException      If given stack is missing
         */
        public final function isStackEmpty ($stackerName) {
         * @throws      NoStackerException      If given stack is missing
         */
        public final function isStackEmpty ($stackerName) {
index 188caa213d5443b0a6b8ca74899dfae5d1ca1855..d8a6719a5440dbbd4464104dee74e88d86fc69f9 100644 (file)
@@ -198,10 +198,10 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
        }
 
        /**
        }
 
        /**
-        * Checks wether the given variable stack is set
+        * Checks whether the given variable stack is set
         *
         * @param       $stack  Variable stack to check
         *
         * @param       $stack  Variable stack to check
-        * @return      $isSet  Wether the given variable stack is set
+        * @return      $isSet  Whether the given variable stack is set
         */
        protected final function isVarStackSet ($stack) {
                // Check it
         */
        protected final function isVarStackSet ($stack) {
                // Check it
@@ -278,7 +278,7 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
        /**
         * Returns all variables of current group or empty array
         *
        /**
         * Returns all variables of current group or empty array
         *
-        * @return      $result         Wether array of found variables or empty array
+        * @return      $result         Whether array of found variables or empty array
         */
        private function readCurrentGroup () {
                // Default is not found
         */
        private function readCurrentGroup () {
                // Default is not found
@@ -298,7 +298,7 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
         * Settter for variable group
         *
         * @param       $groupName      Name of variable group
         * Settter for variable group
         *
         * @param       $groupName      Name of variable group
-        * @param       $add            Wether add this group
+        * @param       $add            Whether add this group
         * @return      void
         */
        public function setVariableGroup ($groupName, $add = true) {
         * @return      void
         */
        public function setVariableGroup ($groupName, $add = true) {
@@ -1475,9 +1475,9 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
        }
 
        /**
        }
 
        /**
-        * Checks wether language support is enabled
+        * Checks whether language support is enabled
         *
         *
-        * @return      $languageSupport        Wether language support is enabled or disabled
+        * @return      $languageSupport        Whether language support is enabled or disabled
         */
        public final function isLanguageSupportEnabled () {
                return $this->languageSupport;
         */
        public final function isLanguageSupportEnabled () {
                return $this->languageSupport;
@@ -1494,9 +1494,9 @@ class BaseTemplateEngine extends BaseFrameworkSystem {
        }
 
        /**
        }
 
        /**
-        * Checks wether XML compacting is enabled
+        * Checks whether XML compacting is enabled
         *
         *
-        * @return      $xmlCompacting  Wether XML compacting is enabled or disabled
+        * @return      $xmlCompacting  Whether XML compacting is enabled or disabled
         */
        public final function isXmlCompactingEnabled () {
                return $this->xmlCompacting;
         */
        public final function isXmlCompactingEnabled () {
                return $this->xmlCompacting;
index d59c91fa191321678f65decf0906339612ec4f78..17c9a39634cfe6d7b46dc51fab7b11db8eb4025f 100644 (file)
@@ -320,7 +320,7 @@ class ImageTemplateEngine extends BaseTemplateEngine implements CompileableTempl
        /**
         * "Setter" for image-string. For more details see above method!
         *
        /**
         * "Setter" for image-string. For more details see above method!
         *
-        * @param       $groupable      Wether this image string is groupable
+        * @param       $groupable      Whether this image string is groupable
         * @return      void
         * @see         ImageTemplateEngine::setImageResolution
         */
         * @return      void
         * @see         ImageTemplateEngine::setImageResolution
         */
index a26da5d5c3b5a04673b17f3b571899b43a01beb1..247b85af29c6167248cd485fb7dab930f4fe98e3 100644 (file)
@@ -112,9 +112,9 @@ class BaseUser extends BaseFrameworkSystem implements Updateable {
        }
 
        /**
        }
 
        /**
-        * Determines wether the username exists or not
+        * Determines whether the username exists or not
         *
         *
-        * @return      $exists         Wether the username exists
+        * @return      $exists         Whether the username exists
         */
        public function ifUsernameExists () {
                // By default the username does not exist
         */
        public function ifUsernameExists () {
                // By default the username does not exist
@@ -156,9 +156,9 @@ class BaseUser extends BaseFrameworkSystem implements Updateable {
        }
 
        /**
        }
 
        /**
-        * Determines wether the email exists or not
+        * Determines whether the email exists or not
         *
         *
-        * @return      $exists         Wether the email exists
+        * @return      $exists         Whether the email exists
         */
        public function ifEmailAddressExists () {
                // By default the email does not exist
         */
        public function ifEmailAddressExists () {
                // By default the email does not exist
@@ -213,7 +213,7 @@ class BaseUser extends BaseFrameworkSystem implements Updateable {
         * database.
         *
         * @param       $requestInstance        A requestable class instance
         * database.
         *
         * @param       $requestInstance        A requestable class instance
-        * @return      $matches                        Wether the supplied password hash matches
+        * @return      $matches                        Whether the supplied password hash matches
         */
        public function ifPasswordHashMatches (Requestable $requestInstance) {
                // By default nothing matches... ;)
         */
        public function ifPasswordHashMatches (Requestable $requestInstance) {
                // By default nothing matches... ;)
index b3bc491fe1de8092b092a37cd390b57992f7b94f..bebc1cdea119be80780ad8f1d25e93c9a13ba513 100644 (file)
@@ -103,10 +103,10 @@ class FrameworkConfiguration implements Registerable {
        }
 
        /**
        }
 
        /**
-        * Checks wether the given configuration entry is set
+        * Checks whether the given configuration entry is set
         *
         * @param       $configEntry    The configuration entry we shall check
         *
         * @param       $configEntry    The configuration entry we shall check
-        * @return      $isset                  Wether the given configuration entry is set
+        * @return      $isset                  Whether the given configuration entry is set
         */
        protected function isConfigurationEntrySet ($configEntry) {
                // Is it set?
         */
        protected function isConfigurationEntrySet ($configEntry) {
                // Is it set?
@@ -233,9 +233,9 @@ class FrameworkConfiguration implements Registerable {
        }
 
        /**
        }
 
        /**
-        * Checks wether HTTPS is set in $_SERVER
+        * Checks whether HTTPS is set in $_SERVER
         *
         *
-        * @return $isset       Wether HTTPS is set
+        * @return $isset       Whether HTTPS is set
         */
        public function isHttpSecured () {
                return (isset($_SERVER['HTTPS']));
         */
        public function isHttpSecured () {
                return (isset($_SERVER['HTTPS']));
@@ -323,11 +323,11 @@ class FrameworkConfiguration implements Registerable {
        }
 
        /**
        }
 
        /**
-        * Checks wether an object equals this object. You should overwrite this
+        * Checks whether an object equals this object. You should overwrite this
         * method to implement own equality checks
         *
         * @param       $objectInstance         An instance of a FrameworkInterface object
         * method to implement own equality checks
         *
         * @param       $objectInstance         An instance of a FrameworkInterface object
-        * @return      $equals                         Wether both objects equals
+        * @return      $equals                         Whether both objects equals
         */
        public function equals (FrameworkInterface $objectInstance) {
                // Now test it
         */
        public function equals (FrameworkInterface $objectInstance) {
                // Now test it
index 61d5effc16031fc2b688a26fbb6e7a2d79573e66..8d559fd50721eb094a5b8554d6c561f83bbefd4b 100644 (file)
@@ -74,7 +74,7 @@ class ClassLoader {
        private $debug = false;
 
        /**
        private $debug = false;
 
        /**
-        * Wether the file list is cached or not
+        * Whether the file list is cached
         */
        private $listCached = false;
 
         */
        private $listCached = false;