frontend\models\LoginForm::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['mobile' => '手机号', 'password' => '密码', 'rememberMe' => '下次记住我'];
    }