Pagekit\Auth\Encoder\PasswordEncoderInterface::hash PHP 메소드

hash() 공개 메소드

Encodes the raw password.
public hash ( string $raw ) : string
$raw string The password to hash
리턴 string
    public function hash($raw);
PasswordEncoderInterface