Methods summary
public
|
|
public
|
#
init( )
Initialize this page
Subclasses can override this method to add their own bootstrap functionality.
Overrides
|
protected
|
|
protected
|
|
protected
array
|
|
protected
string
|
|
public
string
|
#
getNavHtml( array $currentForm = null, array $extra = array() )
Get the HTML for the admin navigation menu
Get the HTML for the admin navigation menu
Parameters
- $currentForm
- The data for the current form (if any)
- $extra
- Extra HTML to add to the nav, the array key is the hook position
Returns
string
Overrides
|
public
|
#
process( )
Process this page and send data to the view
Process this page and send data to the view
Overrides
|
protected
|
#
processExport( )
Process the export request
Process the export request
|
protected
array
|
#
sanitizeColumns( array|null $columns )
Sanitize the given columns
Sanitize the given columns
Parameters
Returns
array
|
protected
array
|
#
sanitiseColumns( array|null $columns )
Sanitize the given columns
Sanitize the given columns
Deprecated
2.4.0
Parameters
Returns
array
|
protected
string
|
#
sanitizeDate( string $date )
Sanitize the given date
Parameters
- $date
- The date in the format YYYY-MM-DD
Returns
string
|
protected
string
|
#
sanitiseDate( string $date )
Sanitize the given date
Deprecated
2.4.0
Parameters
- $date
- The date in the format YYYY-MM-DD
Returns
string
|
protected
array
|
#
loadFormatSettings( )
Load the format settings
Returns saved user settings or the defaults if there are no saved settings
Returns
array
|
protected
|
#
saveFormatSettings( )
Save the format settings for this user
Save the format settings for this user
|
protected
array
|
#
getSanitizedFormatSettings( )
Sanitize and return the submitted format settings
Sanitize and return the submitted format settings
Returns
array
|
protected
array
|
#
getSanitisedFormatSettings( )
Sanitize and return the submitted format settings
Sanitize and return the submitted format settings
Deprecated
2.4.0
Returns
array
|
protected
array
|
#
getPreparedFormatSettings( )
Get the prepared format settings to be used in the export generation
Get the prepared format settings to be used in the export generation
Returns
array
|