\AdminPageFramework_ImportOptions

Provides methods to import option data.

Summary

Methods
Properties
Constants
__construct()
getError()
getType()
getImportData()
formatImportData()
getFormatType()
getSiblingValue()
getFieldID()
No public properties found
No constants found
getElement()
getElementKey()
No protected properties found
N/A
getElementInFilesArray()
No private properties found
N/A

Methods

__construct()

__construct( $arrPostElement)

Parameters

$arrPostElement

getError()

getError()

getType()

getType()

getImportData()

getImportData()

formatImportData()

formatImportData( $vData,  $strFormatType)

Parameters

$vData
$strFormatType

getFormatType()

getFormatType()

getSiblingValue()

getSiblingValue( $strKey)

Returns the specified sibling value.

Parameters

$strKey

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

getElementInFilesArray()

getElementInFilesArray( $arrFilesImport,  $arrElementKey,  $strElementKey)

Parameters

$arrFilesImport
$arrElementKey
$strElementKey