Give_API_Keys_Table::__construct PHP Method

__construct() public method

Get things started
See also: WP_List_Table::__construct()
Since: 1.1
public __construct ( )
    public function __construct()
    {
        global $status, $page;
        // Set parent defaults
        parent::__construct(array('singular' => esc_html__('API Key', 'give'), 'plural' => esc_html__('API Keys', 'give'), 'ajax' => false));
        $this->query();
    }