Overview
  • Namespace
  • Class

Namespaces

  • None
  • WC_POS
    • Admin
      • Settings
        • Receipt
    • API
    • Gateways
    • Integrations
    • Products

Classes

  • Access
  • Checkout
  • Customers
  • Gateways
  • General
  • HotKeys
  • Page
  • Receipts
  • Status
  • Tools

Class Page

Direct known subclasses

WC_POS\Admin\Settings\Access, WC_POS\Admin\Settings\Checkout, WC_POS\Admin\Settings\Tools, WC_POS\Admin\Settings\Customers, WC_POS\Admin\Settings\Gateways, WC_POS\Admin\Settings\General, WC_POS\Admin\Settings\HotKeys, WC_POS\Admin\Settings\Receipt\Options, WC_POS\Admin\Settings\Receipt\Template, WC_POS\Admin\Settings\Receipts, WC_POS\Admin\Settings\Status

Namespace: WC_POS\Admin\Settings
Located at admin/settings/page.php

Methods summary

public static Singleton
# get_instance( )

Returns the Singleton instance of this class. - late static binding requires PHP 5.3+

Returns the Singleton instance of this class. - late static binding requires PHP 5.3+

Returns

Singleton
protected
# __construct( )
protected
# __clone( )
protected
# __wakeup( )
public array
# get_payload( )

Returns

array
public
# output( )

Output the view file

Output the view file

public
# get_template( )

Catch output and format

Catch output and format

public string
# option_name( )

Return db key

Return db key

Returns

string
public boolean|mixed|
# get( null $key = null )

Get options

Get options

Parameters

$key

Returns

boolean|mixed|
public array|boolean
# set( array $data )

Parameters

$data

Returns

array|boolean
public
# delete( )
public mixed|string|
# getJSON( )

Returns

mixed|string|
public
# get_sections( )
public
# get_defaults( )

Return setting defaults

Return setting defaults

public boolean
# flush_local_data( $data = array() )

Parameters

$data

Returns

boolean

Properties summary

protected static $instance
#
protected $defaults
#
protected $flush_local_data
# null
public boolean $current_user_authorized
# true
protected array $section_handlers
# array()
API documentation generated by ApiGen