abstract class UserExportBase

Properties

Controller $mod

Methods

string
getPropertyIdentifier(string $fieldName)

No description

array
getPropertyValues()

No description

getUserExportFields()

No description

void
initialize()

No description

void
setPropertyIdentifierScope($identifier)

No description

void
setUserScope(array $userIds)

No description

Details

at line 16
string getPropertyIdentifier(string $fieldName)

No description

Parameters

string $fieldName

Return Value

string

at line 24
abstract array getPropertyValues()

No description

Return Value

array

at line 20
abstract OptionList getUserExportFields()

No description

Return Value

OptionList

at line 12
void initialize()

No description

Return Value

void

at line 22
abstract void setPropertyIdentifierScope($identifier)

No description

Parameters

$identifier

Return Value

void

at line 14
abstract void setUserScope(array $userIds)

No description

Parameters

array $userIds

Return Value

void