class CRM_Campaign_Form_Survey_TabHeader

Helper class to build navigation links

Methods

static array
build(CRM_Core_Form $form)

Build tab header.

static array
process(CRM_Core_Form $form)

No description

static 
reset(CRM_Core_Form $form)

No description

static int|string
getCurrentTab($tabs)

No description

static int|string
getNextTab($form)

No description

Details

at line 46
static array build(CRM_Core_Form $form)

Build tab header.

Parameters

CRM_Core_Form $form

Return Value

array

at line 68
static array process(CRM_Core_Form $form)

Parameters

CRM_Core_Form $form

Return Value

array

at line 130
static reset(CRM_Core_Form $form)

Parameters

CRM_Core_Form $form

at line 140
static int|string getCurrentTab($tabs)

Parameters

$tabs

Return Value

int|string

at line 165
static int|string getNextTab($form)

Parameters

$form

Return Value

int|string