]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/actions/html/class_HtmlLoginProfileAction.php
It is CoreFramework, not CoreFra*n*ework
[core.git] / inc / main / classes / actions / html / class_HtmlLoginProfileAction.php
index a0742f683f58cb4b3f7f8cd4106631fb2c9ca030..f1fafddd01529d67a3846703fd47e65b7d07baa9 100644 (file)
@@ -3,7 +3,12 @@
 namespace CoreFramework\Action\Login;
 
 // Import framework stuff
+use CoreFramework\Action\PerformableAction;
+use CoreFramework\Controller\Controller;
+use CoreFramework\Factory\ObjectFactory;
 use CoreFramework\Registry\Registerable;
+use CoreFramework\Request\Requestable;
+use CoreFramework\Response\Responseable;
 
 /**
  * An action for the profile page in login area
@@ -27,7 +32,7 @@ use CoreFramework\Registry\Registerable;
  * 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
         *
@@ -56,7 +61,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