]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/resolver/class_
Continued:
[core.git] / framework / main / classes / resolver / class_
index 21a0859afba09152001e45c97f8ae43248fae4a5..d9fcab2a42f2e067a6b06cafb1d090680fbce1ff 100644 (file)
@@ -90,7 +90,7 @@ class ???Resolver extends BaseResolver implements Resolver {
                if ($this->is|||Valid($!!!Name) === false) {
                        // This action is invalid!
                        throw new Invalid|||Exception(array($this, $!!!Name), self::EXCEPTION_INVALID_ACTION);
-               } // END - if
+               }
 
                // Get the action
                $!!!Instance = $this->load|||();
@@ -99,7 +99,7 @@ class ???Resolver extends BaseResolver implements Resolver {
                if ((!is_object($!!!Instance)) || (!$!!!Instance instanceof |||able)) {
                        // This action has an invalid instance!
                        throw new Invalid|||InstanceException(array($this, $!!!Name), self::EXCEPTION_INVALID_ACTION);
-               } // END - if
+               }
 
                // Set last action
                $this->setResolvedInstance($!!!Instance);
@@ -124,13 +124,13 @@ class ???Resolver extends BaseResolver implements Resolver {
                // Is the action empty? Then fall back to default action
                if (empty($!!!Name)) {
                        $!!!Name = FrameworkBootstrap::getConfigurationInstance()->getConfigEntry('default_action');
-               } // END - if
+               }
 
                // Check if action is valid
                if ($this->is|||Valid($!!!Name) === false) {
                        // This action is invalid!
                        throw new Invalid|||Exception(array($this, $!!!Name), self::EXCEPTION_INVALID_ACTION);
-               } // END - if
+               }
 
                // Get the action
                $!!!Instance = $this->load|||();