Cartalyst\Sentinel\Users\UserRepositoryInterface::findByPersistenceCode PHP Method

findByPersistenceCode() public method

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