UserAuth
extends Base
Table of Contents
Methods
-
canBeTarget()
: bool
-
canRunForOldData()
: bool
-
filter()
: bool
-
getCode()
: string
-
getEventModuleId()
: string
-
getEventType()
: string
-
getFieldFormName()
: string
-
getFieldId()
: string
-
getFieldName()
: string
-
getFieldPrefix()
: string
-
getFields()
: array<string|int, mixed>
-
getFieldValue()
: mixed|null
-
getForm()
: string
-
getFullEventType()
: string
-
getId()
: string
-
getMailEventToPrevent()
: array<string|int, mixed>
-
getModuleId()
: mixed
-
getName()
: string
-
getParam()
: mixed
-
getParams()
: array<string|int, mixed>
-
getPersonalizeFields()
: array<string|int, mixed>
-
getPersonalizeList()
: array<string|int, mixed>
-
getRecipient()
: array<string|int, mixed>|Result|CAllDBResult
-
getRecipientResult()
: Result
-
getSiteId()
: string
-
isClosed()
: bool
-
isRunForOldData()
: bool
-
requireConfigure()
: bool
-
setFieldFormName()
: void
-
setFieldPrefix()
: void
-
setFields()
: void
-
setModuleId()
: void
-
setParams()
: void
-
setRunForOldData()
: mixed
-
setSiteId()
: void
canBeTarget()
public
static canBeTarget() : bool
canRunForOldData()
public
static canRunForOldData() : bool
filter()
public
filter() : bool
getCode()
public
getCode() : string
getEventModuleId()
public
getEventModuleId() : string
getEventType()
public
getEventType() : string
public
getFieldFormName() : string
getFieldId()
public
getFieldId(mixed $id) : string
Parameters
-
$id
: mixed
-
getFieldName()
public
getFieldName(mixed $name) : string
Parameters
-
$name
: mixed
-
getFieldPrefix()
public
getFieldPrefix() : string
getFields()
public
getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
getFieldValue()
public
getFieldValue(string $name[, mixed|null $defaultValue = null ]) : mixed|null
Parameters
-
$name
: string
-
-
$defaultValue
: mixed|null
= null
-
public
getForm() : string
getFullEventType()
public
getFullEventType() : string
getId()
public
getId() : string
getMailEventToPrevent()
public
getMailEventToPrevent() : array<string|int, mixed>
Return values
array<string|int, mixed>
getModuleId()
public
getModuleId() : mixed
getName()
public
getName() : string
getParam()
public
getParam(string $name[, mixed|null $defaultValue = null ]) : mixed
Parameters
-
$name
: string
-
-
$defaultValue
: mixed|null
= null
-
getParams()
public
getParams() : array<string|int, mixed>
Return values
array<string|int, mixed>
getPersonalizeFields()
public
getPersonalizeFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
getPersonalizeList()
public
static getPersonalizeList() : array<string|int, mixed>
Return values
array<string|int, mixed>
getRecipient()
public
getRecipient() : array<string|int, mixed>|Result|CAllDBResult
Return values
array<string|int, mixed>|Result|CAllDBResult
getRecipientResult()
public
getRecipientResult() : Result
getSiteId()
public
getSiteId() : string
isClosed()
public
static isClosed() : bool
isRunForOldData()
public
isRunForOldData() : bool
public
requireConfigure() : bool
public
setFieldFormName(string $fieldFormName) : void
Parameters
-
$fieldFormName
: string
-
setFieldPrefix()
public
setFieldPrefix(string $fieldPrefix) : void
Parameters
-
$fieldPrefix
: string
-
setFields()
public
setFields([array<string|int, mixed> $fieldValues = null ]) : void
Parameters
-
$fieldValues
: array<string|int, mixed>
= null
-
setModuleId()
public
setModuleId(string $moduleId) : void
Parameters
-
$moduleId
: string
-
setParams()
public
setParams([array<string|int, mixed> $fieldValues = null ]) : void
Parameters
-
$fieldValues
: array<string|int, mixed>
= null
-
setRunForOldData()
public
setRunForOldData(bool $isRunForOldData) : mixed
Parameters
-
$isRunForOldData
: bool
-
setSiteId()
public
setSiteId(string $siteId) : void
Parameters
-
$siteId
: string
-