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

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

static getTableName ()
 
static getMap ()
 
static setCounter (array $id, $increment=true)
 

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

Class VoteEventTable Fields:

  • ID int mandatory
  • COOKIE_ID int,
  • AUTH_USER_ID int,
  • COUNTER int,
  • DATE_FIRST datetime,
  • DATE_LAST datetime,
  • LAST_IP string(15),
  • STAT_GUEST_ID int,

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION @method static EO_User_Query query() @method static EO_User_Result getByPrimary($primary, array $parameters = array()) @method static EO_User_Result getById($id) @method static EO_User_Result getList(array $parameters = array()) @method static EO_User_Entity getEntity() @method static \Bitrix\Vote\EO_User createObject($setDefaultValues = true) @method static \Bitrix\Vote\EO_User_Collection createCollection() @method static \Bitrix\Vote\EO_User wakeUpObject($row) @method static \Bitrix\Vote\EO_User_Collection wakeUpCollection($rows)

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

Методы

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

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

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity

Возвращает
string

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

◆ setCounter()

static setCounter ( array $id,
$increment = true )
static
Аргументы
array$idUser IDs.
mixed$incrementTrue - increment, false - decrement, integer - exact value.
Возвращает
void

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