common\models\UserAccount::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'balance' => '余额', 'password_hash' => '支付密码'];
    }