Callback
Table of Contents
Constants
-
USER_TYPE_ID_PREFIX
= 'rest'
Methods
-
__callStatic()
: mixed
-
bind()
: mixed
-
getUserTypeId()
: mixed
-
unbind()
: mixed
-
unbindByCode()
: mixed
USER_TYPE_ID_PREFIX
public
mixed
USER_TYPE_ID_PREFIX
= 'rest'
__callStatic()
public
static __callStatic(mixed $handlerCode, mixed $arguments) : mixed
Parameters
-
$handlerCode
: mixed
-
-
$arguments
: mixed
-
bind()
public
static bind(mixed $fields) : mixed
Parameters
-
$fields
: mixed
-
getUserTypeId()
public
static getUserTypeId(mixed $userTypeInfo) : mixed
Parameters
-
$userTypeInfo
: mixed
-
unbind()
public
static unbind(mixed $fields) : mixed
Parameters
-
$fields
: mixed
-
unbindByCode()
public
static unbindByCode(mixed $handlerCode) : mixed
Parameters
-
$handlerCode
: mixed
-