소스 검색

[Security/Core] added missing method to interface

Johannes M. Schmitt 14 년 전
부모
커밋
90b63ca346
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.php

+ 6 - 0
src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.php

@@ -19,6 +19,12 @@ namespace Symfony\Component\Security\Core\Authentication\RememberMe;
  */
 interface PersistentTokenInterface
 {
+    /**
+     * Returns the class of the user
+     * @return string
+     */
+    function getClass();
+
     /**
      * Returns the username
      * @return string