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

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

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

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

Class VoteTable Fields:

  • ID int mandatory
  • ACTIVE bool mandatory default 'Y',
  • TIMESTAMP_X datetime,
  • VOTE_ID int,
  • C_SORT int,
  • COUNTER int,
  • QUESTION text,
  • QUESTION_TYPE string(4),
  • IMAGE_ID int,
  • DIAGRAM bool mandatory default 'Y',
  • DIAGRAM_TYPE string(10) mandatory default 'histogram' || 'circle',
  • REQUIRED bool mandatory default 'N',

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION @method static EO_Question_Query query() @method static EO_Question_Result getByPrimary($primary, array $parameters = array()) @method static EO_Question_Result getById($id) @method static EO_Question_Result getList(array $parameters = array()) @method static EO_Question_Entity getEntity() @method static \Bitrix\Vote\EO_Question createObject($setDefaultValues = true) @method static \Bitrix\Vote\EO_Question_Collection createCollection() @method static \Bitrix\Vote\EO_Question wakeUpObject($row) @method static \Bitrix\Vote\EO_Question_Collection wakeUpCollection($rows)

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

Методы

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

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

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity

Возвращает
string

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

◆ setCounter()

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

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