uawdijnntqw1x1x1
IP : 18.225.54.37
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
axolotl
/
data
/
www
/
b24.axolotl.ru
/
.
/
public_html
/
bitrix
/
modules
/
main
/
lib
/
group.php
/
/
<?php /** * Bitrix Framework * @package bitrix * @subpackage main * @copyright 2001-2014 Bitrix */ namespace Bitrix\Main; use Bitrix\Main\Entity; /** * Class GroupTable * * DO NOT WRITE ANYTHING BELOW THIS * * <<< ORMENTITYANNOTATION * @method static EO_Group_Query query() * @method static EO_Group_Result getByPrimary($primary, array $parameters = []) * @method static EO_Group_Result getById($id) * @method static EO_Group_Result getList(array $parameters = []) * @method static EO_Group_Entity getEntity() * @method static \Bitrix\Main\EO_Group createObject($setDefaultValues = true) * @method static \Bitrix\Main\EO_Group_Collection createCollection() * @method static \Bitrix\Main\EO_Group wakeUpObject($row) * @method static \Bitrix\Main\EO_Group_Collection wakeUpCollection($rows) */ class GroupTable extends Entity\DataManager { public static function getTableName() { return 'b_group'; } public static function getMap() { return array( 'ID' => array( 'data_type' => 'integer', 'primary' => true, 'autocomplete' => true, ), 'TIMESTAMP_X' => array( 'data_type' => 'datetime' ), 'ACTIVE' => array( 'data_type' => 'boolean', 'values' => array('N', 'Y') ), 'C_SORT' => array( 'data_type' => 'integer' ), 'IS_SYSTEM' => array( 'data_type' => 'boolean', 'values' => array('N', 'Y') ), 'ANONYMOUS' => array( 'data_type' => 'boolean', 'values' => array('N', 'Y') ), 'NAME' => array( 'data_type' => 'string' ), 'DESCRIPTION' => array( 'data_type' => 'string' ), 'STRING_ID' => array( 'data_type' => 'string' ), ); } }
/var/www/axolotl/data/www/b24.axolotl.ru/./public_html/bitrix/modules/main/lib/group.php