Cartalyst\Sentinel\Users\UserRepositoryInterface::findByPersistenceCode PHP Méthode

findByPersistenceCode() public méthode

Finds a user by the given persistence code.
public findByPersistenceCode ( string $code ) : Cartalyst\Sentinel\Users\UserInterface
$code string
Résultat Cartalyst\Sentinel\Users\UserInterface
    public function findByPersistenceCode($code);