\AdminPageFramework_ExportOptions

Provides methods to export option data.

Summary

Methods
Properties
Constants
__construct()
getTransientIfSet()
getFileName()
getFormat()
getSiblingValue()
doExport()
getFieldID()
No public properties found
No constants found
getElement()
getElementKey()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct( $arrPostElement)

Parameters

$arrPostElement

getTransientIfSet()

getTransientIfSet( $vData)

Parameters

$vData

getFileName()

getFileName()

getFormat()

getFormat()

getSiblingValue()

getSiblingValue( $strKey)

Returns the specified sibling value.

Parameters

$strKey

doExport()

doExport( $vData,  $strFileName,  $strFormatType)

Performs exporting data.

Parameters

$vData
$strFileName
$strFormatType

getFieldID()

getFieldID()

getElement()

getElement( $arrElement,  $arrElementKey,  $strElementKey)

Retrieves the value of the specified element key.

The element key is either a single key or two keys. The two keys means that the value is stored in the second dimension.

Parameters

$arrElement
$arrElementKey
$strElementKey

getElementKey()

getElementKey( $arrElement,  $strFirstDimensionKey)

Retrieves an array consisting of two values.

The first element is the fist dimension's key and the second element is the second dimension's key.

Parameters

$arrElement
$strFirstDimensionKey