33 (new \Bitrix\Main\Entity\IntegerField(
'IPRULE_ID'))
35 (new \Bitrix\Main\Entity\StringField(
'RULE_IP'))
38 (new \Bitrix\Main\Entity\IntegerField(
'SORT'))
39 ->configureDefaultValue(500),
40 (new \Bitrix\Main\Entity\IntegerField(
'IP_START'))
42 ->configureNullable(),
43 (new \Bitrix\Main\Entity\IntegerField(
'IP_END'))
61 $entity = static::getEntity();
62 $connection = $entity->getConnection();
64 $where = Query::buildFilterSql($entity, $filter);
65 $where = $where ?
'WHERE ' . $where :
'';
69 $connection->getSqlHelper()->quote($entity->getDbTableName()),
73 $res = $connection->query($sql);