Galette API documentation
Gestionnaire d’Adhérents en Ligne Extrêmement Tarabiscoté mais Tellement Efficace
1.0.0
Galette\Core\GalettePlugin Class Reference

Static Public Member Functions

static getAllMenus ()
 
static getMenus (bool $public=false)
 
static getPublicMenuItems ()
 
static getDashboards ()
 
static getMenusContents ()
 
static getPublicMenusItemsList ()
 
static getDashboardsContents ()
 
static getListActions (Adherent $member)
 
static getDetailedActions (Adherent $member)
 
static getBatchActions ()
 
static getListActionsContents (Adherent $member)
 
static getBatchActionsContents ()
 
static getDetailedActionsContents (Adherent $member)
 

Detailed Description

Galette application instance

Author
Johan Cwiklinski johan.nosp@m.@x-t.nosp@m.nd.be

Member Function Documentation

◆ getAllMenus()

static Galette\Core\GalettePlugin::getAllMenus ( )
static

Get all menus

Returns
array<string, string|array<string,mixed>>

◆ getBatchActions()

static Galette\Core\GalettePlugin::getBatchActions ( )
static

Get member batch actions

Returns
array<int, string|array<string,mixed>>

◆ getBatchActionsContents()

static Galette\Core\GalettePlugin::getBatchActionsContents ( )
staticabstract

Get batch actions contents

Returns
array<int, string|array<string,mixed>>

◆ getDashboards()

static Galette\Core\GalettePlugin::getDashboards ( )
static

Get plugins dashboards

Returns
array<int, string|array<string,mixed>>

◆ getDashboardsContents()

static Galette\Core\GalettePlugin::getDashboardsContents ( )
staticabstract

Get dashboards contents

Returns
array<int, string|array<string,mixed>>

◆ getDetailedActions()

static Galette\Core\GalettePlugin::getDetailedActions ( Adherent  $member)
static

Get detailed member actions

Parameters
Adherent$memberCurrent member
Returns
array<int, string|array<string,mixed>>

◆ getDetailedActionsContents()

static Galette\Core\GalettePlugin::getDetailedActionsContents ( Adherent  $member)
staticabstract

Get detailed actions contents

Parameters
Adherent$memberCurrent member
Returns
array<int, string|array<string,mixed>>

◆ getListActions()

static Galette\Core\GalettePlugin::getListActions ( Adherent  $member)
static

Get member actions

Parameters
Adherent$memberCurrent member
Returns
array<int, string|array<string,mixed>>

◆ getListActionsContents()

static Galette\Core\GalettePlugin::getListActionsContents ( Adherent  $member)
staticabstract

Get actions contents

Parameters
Adherent$memberCurrent member
Returns
array<int, string|array<string,mixed>>

◆ getMenus()

static Galette\Core\GalettePlugin::getMenus ( bool  $public = false)
static

Get plugins menus

Parameters
bool$publicInclude public menus. Defaults to false
Returns
array<string, string|array<string,mixed>>

◆ getMenusContents()

static Galette\Core\GalettePlugin::getMenusContents ( )
staticabstract

Extra menus entries

Returns
array<string, string|array<string,mixed>>

◆ getPublicMenuItems()

static Galette\Core\GalettePlugin::getPublicMenuItems ( )
static

Get plugins public menus

Returns
array<int, string|array<string,mixed>>

◆ getPublicMenusItemsList()

static Galette\Core\GalettePlugin::getPublicMenusItemsList ( )
staticabstract

Extra public menus entries

Returns
array<int, string|array<string,mixed>>

The documentation for this class was generated from the following file: