Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс FuserTable
+ Граф наследования:FuserTable:

Открытые статические члены

static getTableName ()
 
static getMap ()
 
static getUserById ($id)
 

Подробное описание

Class FuserTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION @method static EO_Fuser_Query query() @method static EO_Fuser_Result getByPrimary($primary, array $parameters = []) @method static EO_Fuser_Result getById($id) @method static EO_Fuser_Result getList(array $parameters = []) @method static EO_Fuser_Entity getEntity() @method static \Bitrix\Sale\Internals\EO_Fuser createObject($setDefaultValues = true) @method static \Bitrix\Sale\Internals\EO_Fuser_Collection createCollection() @method static \Bitrix\Sale\Internals\EO_Fuser wakeUpObject($row) @method static \Bitrix\Sale\Internals\EO_Fuser_Collection wakeUpCollection($rows)

См. определение в файле fuser.php строка 31

Методы

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

См. определение в файле fuser.php строка 48

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity.

Возвращает
string

См. определение в файле fuser.php строка 38

◆ getUserById()

static getUserById ( $id)
static

Return user id for fuser id from database

Аргументы
int$idFuser id.
Возвращает
bool|int
Исключения
Main

ArgumentException

См. определение в файле fuser.php строка 100