You are here

class pay_handler_argument_state in Pay 6

Same name and namespace in other branches
  1. 7 includes/views/pay_handler_argument_state.inc \pay_handler_argument_state

Argument handler for payment transaction states.

Hierarchy

Expanded class hierarchy of pay_handler_argument_state

1 string reference to 'pay_handler_argument_state'
pay_views_data in includes/views/pay.views.inc
Implementation of hook_views_data(). TODO

File

includes/views/pay_handler_argument_state.inc, line 6

View source
class pay_handler_argument_state extends views_handler_argument_string {

  /**
   * Override the behavior of title(). Get the title of the state.
   */
  function title() {
    return pay_transaction_state_name($this->argument);
  }

}

Members

Namesort descending Modifiers Type Description Overrides
pay_handler_argument_state::title function Override the behavior of title(). Get the title of the state.