Give_API_Keys_Table::__construct PHP 메소드

__construct() 공개 메소드

Get things started
또한 보기: WP_List_Table::__construct()
부터: 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();
    }