RainLab\User\Models\Settings::getLoginAttributeOptions PHP Méthode

getLoginAttributeOptions() public méthode

    public function getLoginAttributeOptions()
    {
        return [self::LOGIN_EMAIL => ['rainlab.user::lang.login.attribute_email'], self::LOGIN_USERNAME => ['rainlab.user::lang.login.attribute_username']];
    }