LotgdPasswordEncoder
extends BasePasswordEncoder
in package
Table of Contents
- encodePassword() : mixed
- {@inheritdoc}
- isPasswordValid() : mixed
- {@inheritdoc}
Methods
encodePassword()
{@inheritdoc}
public
encodePassword(mixed $raw, mixed $salt) : mixed
Parameters
- $raw : mixed
- $salt : mixed
Return values
mixed —isPasswordValid()
{@inheritdoc}
public
isPasswordValid(mixed $encoded, mixed $raw, mixed $salt) : mixed
Parameters
- $encoded : mixed
- $raw : mixed
- $salt : mixed