]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/actions/html/class_HtmlLoginProfileAction.php
Moved back out of "Generic" namespace, really no need
[core.git] / inc / main / classes / actions / html / class_HtmlLoginProfileAction.php
index 8fe62d9c84635bd69e823e1dedbf04e612adeb5b..9875268be71c6327344a73063f75183e997f8a35 100644 (file)
@@ -3,6 +3,7 @@
 namespace CoreFramework\Action\Login;
 
 // Import framework stuff
+use CoreFramework\Action\PerformableAction;
 use CoreFramework\Factory\ObjectFactory;
 use CoreFramework\Registry\Registerable;
 use CoreFramework\Request\Requestable;
@@ -30,7 +31,7 @@ use CoreFramework\Response\Responseable;
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class HtmlLoginProfileAction extends BaseAction implements Commandable, Registerable {
+class HtmlLoginProfileAction extends BaseAction implements PerformableAction, Registerable {
        /**
         * Protected constructor
         *
@@ -59,7 +60,7 @@ class HtmlLoginProfileAction extends BaseAction implements Commandable, Register
        }
 
        /**
-        * Executes the command with given request and response objects
+        * Executes the action with given request and response objects
         *
         * @param       $requestInstance        An instance of a class with an Requestable interface
         * @param       $responseInstance       An instance of a class with an Responseable interface