Overview

Packages

  • blesta
    • app
      • controllers
      • models
    • components
      • auth
        • ldap
        • motp
        • oath
      • delivery
        • interfax
        • postal
          • methods
      • download
      • email
      • events
      • exchange
        • rates
          • currency
            • layer
          • fixer
          • open
            • exchange
              • rates
          • x
            • rates
      • gateway
        • payments
      • gateways
      • invoice
        • delivery
        • templates
          • perforated
            • invoice
          • quickbooks
            • invoice
          • templates
            • default
      • modules
      • net
        • amazon
          • s3
        • http
        • net
          • geo
            • ip
      • plugins
      • reports
        • aging
          • invoices
        • client
          • data
            • portability
        • custom
          • report
        • invoice
          • creation
        • package
          • revenue
        • tax
          • liability
        • transactions
          • applied
          • received
      • security
      • session
        • cart
      • settingscollection
      • upgrades
        • tasks
      • upload
      • vcard
    • core
      • Automation
        • Tasks
          • Common
          • Task
        • Type
          • Common
          • Cron
      • Pricing
        • ItemComparator
        • MetaItem
        • Modifier
          • Type
            • Description
              • Type
                • Discount
                • Option
                • Service
                • Tax
            • Discount
            • Price
            • Proration
        • Presenter
          • Build
            • Invoice
            • InvoiceData
            • Options
            • Service
            • ServiceChange
            • ServiceData
          • Collection
          • Format
            • Fields
            • Type
              • Discount
              • Item
              • Option
              • Options
              • Package
              • Pricing
              • Service
              • Tax
          • Items
            • Invoice
            • Service
          • Type
      • ServiceProviders
      • Util
        • Captcha
          • Captchas
          • Common
        • Common
          • Traits
        • Events
          • Common
          • Handlers
          • Observers
        • Filters
          • Common
        • GeoIp
        • Input
          • Fields
            • Common
        • Tax
        • Widgets
    • helpers
      • currency
        • format
      • data
        • structure
          • array
          • string
      • text
        • parser
      • widget
        • client
  • minPHP
    • helpers
      • color
      • data
        • structure
  • None
  • PHP

Classes

  • ClientFilters
  • InvoiceFilters
  • PackageFilters
  • PackageGroupFilters
  • ServiceFilters
  • TransactionFilters
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated

Class TransactionFilters

Invoice Filters

Blesta\Core\Util\Filters\TransactionFilters implements Blesta\Core\Util\Filters\Common\FiltersInterface
Namespace: Blesta\Core\Util\Filters
Package: blesta\core\Util\Filters
Copyright: Copyright (c) 2020, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at core/Util/Filters/TransactionFilters.php
Methods summary
public Blesta\Core\Util\Input\Fields\InputFields
# getFilters( array $options, array $vars = [] )

Gets a list of input fields for filtering transactions

Gets a list of input fields for filtering transactions

Parameters

$options

A list of options for building the filters including: - language The language for filter labels and tooltips - client True to fetch the filters for the client interface, false to fetch the filters for the admin interface - client_id The client ID to filter payment types on

$vars

A list of submitted inputs that act as defaults for filter fields including: - payment_type The payment type on which to filter transactions - transaction_id The (partial) transaction number on which to filter transactions - reference_id The (partial) transaction reference on which to filter transactions - applied_status The applied status on which to filter transactions

Returns

Blesta\Core\Util\Input\Fields\InputFields
An object representing the list of filter input field

Implementation of

Blesta\Core\Util\Filters\Common\FiltersInterface::getFilters()
Blesta API documentation generated by ApiGen