Browse Source

Add description.

Mark Sch 9 years ago
parent
commit
14f960abaa
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/Controller/Component/AuthComponent.php

+ 4 - 0
src/Controller/Component/AuthComponent.php

@@ -392,6 +392,10 @@ class AuthComponent extends Component
     }
 
     /**
+     * Returns the URL of the login action to redirect to.
+     *
+     * This includes the redirect query string if applicable.
+     *
      * @return array|string
      */
     protected function _loginActionRedirectUrl()