[Security/Core] added missing method to interface

This commit is contained in:
Johannes M. Schmitt 2011-06-01 11:45:43 +02:00
parent 2093a45aef
commit 90b63ca346

View File

@ -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