Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Hook Reference
  • Docs Home

Packages

  • Deposits-for-WooCommerce
    • Bookings
    • Cart
    • Order
    • Other
    • Payment-Plans
      • Views
    • Products
    • Settings

Classes

  • DFW_Payment_Plans_List

Class DFW_Payment_Plans_List

Display all the payment plans in a table under Payment Plans menu

WP_List_Table
Extended by DFW_Payment_Plans_List
Package: Deposits-for-WooCommerce\Payment-Plans\Views
Category: Classes
Author: Tyche Softwares
Since: 1.0
Located at includes/views/dfw-payment-plans-list.php

Methods summary

public
# __construct( )

Constructor Function

Constructor Function

Since

1.0
public string
# column_name( DFW_Deposits_Plan $item )

Display name of the payment plan under the 'Name' column

Display name of the payment plan under the 'Name' column

Parameters

$item
Payment Plan Object

Returns

string
$name Name of the Payment Plan

Since

1.0
public string
# column_desc( DFW_Deposits_Plan $item )

Display the description of the payment plan under the 'Description' column

Display the description of the payment plan under the 'Description' column

Parameters

$item
Payment Plan Object

Returns

string

Since

1.0
public string
# column_schedule( DFW_Deposits_Plan $item )

Display the schedule of the payment plan under the 'Description' column

Display the schedule of the payment plan under the 'Description' column

Parameters

$item
Payment Plan Object

Returns

string

Since

1.0
public array
# get_columns( )

Add 3 columns to display the payment plans data

Add 3 columns to display the payment plans data

Returns

array
$columns Columns to display in the table

Since

1.0
public
# prepare_items( )

Display the payment plans data in the table

Display the payment plans data in the table

Since

1.0
API documentation generated by ApiGen