UserField extends UserFieldProxy
AbstractYes
Table of Contents
Methods
- getAvailableMethods() : mixed
- getClassName() : mixed
- getFieldList() : mixed
- Returns list of user fields in ORM way
- getTargetEntityId() : mixed
- postProcessValues() : mixed
- runRestMethod() : mixed
Methods
getAvailableMethods()
public
static getAvailableMethods() : mixed
getClassName()
public
static getClassName() : mixed
getFieldList()
Returns list of user fields in ORM way
public
static getFieldList([array<string|int, mixed> $parameters = [] ]) : mixed
Parameters
- $parameters : array<string|int, mixed> = []
-
A standard ORM getList() first argument
getTargetEntityId()
public
abstract static getTargetEntityId() : mixed
postProcessValues()
public
static postProcessValues(mixed $values[, mixed $parameters = array() ]) : mixed
Parameters
- $values : mixed
- $parameters : mixed = array()
runRestMethod()
public
static runRestMethod(mixed $executiveUserId, mixed $methodName, array<string|int, mixed> $args) : mixed
Parameters
- $executiveUserId : mixed
- $methodName : mixed
- $args : array<string|int, mixed>