Prado\Security\TDbUser::validateUser PHP 메소드

validateUser() 추상적인 공개 메소드

Usually, this is accomplished by checking if the user database contains this (username, password) pair. You may use {@link getDbConnection DbConnection} to deal with database.
abstract public validateUser ( $username, $password ) : boolean
리턴 boolean whether the validation succeeds
    public abstract function validateUser($username, $password);