См. определение в файле tools.php строка 15
◆ clearCache()
◆ getFieldImageData()
static getFieldImageData |
( |
array & | $item, |
|
|
array | $keys, |
|
|
| $entity, |
|
|
| $ipropertyKey = 'IPROPERTY_VALUES' ) |
|
static |
Get image data for element fields.
- Аргументы
-
array | &$item | Result CIBlockResult::GetNext/Fetch or _CIBElement::GetFields. |
array | $keys | Field keys. |
string | $entity | Entity id. |
string | $ipropertyKey | Key with seo data. |
- Возвращает
- void
См. определение в файле tools.php строка 102
◆ getImageSrc()
static getImageSrc |
( |
array | $image, |
|
|
| $safe = true ) |
|
static |
Get absolute path to image.
- Аргументы
-
array | $image | Image array from CFile::GetFileArray or Tools::getImageData. |
bool | $safe | Get encode path or unsafe. |
- Возвращает
- string
См. определение в файле tools.php строка 163
◆ isCheckboxProperty()
static isCheckboxProperty |
( |
array | $property | ) |
|
|
static |
Check if the property is checkbox:
- PROPERTY_TYPE === 'L';
- MULTIPLE === 'N';
- LIST_TYPE === 'C';
- Variants amount === 1;
- Value of the variant === 'Y'.
- Аргументы
-
array | $property | Property settings. |
- Возвращает
- bool
См. определение в файле tools.php строка 207
◆ process404()
static process404 |
( |
| $message = "", |
|
|
| $defineConstant = true, |
|
|
| $setStatus = true, |
|
|
| $showPage = false, |
|
|
| $pageFile = "" ) |
|
static |
Performs actions enabled by its parameters.
- Аргументы
-
string | $message | Message to show with bitrix:system.show_message component. |
bool | $defineConstant | If true then ERROR_404 constant defined. |
bool | $setStatus | If true sets http response status. |
bool | $showPage | If true then work area will be cleaned and /404.php will be included. |
string | $pageFile | Alternative file to /404.php. |
- Возвращает
- void
@global \CMain $APPLICATION
См. определение в файле tools.php строка 37
◆ CHECKBOX_VALUE_YES
const CHECKBOX_VALUE_YES = 'Y' |
◆ IPROPERTY_ENTITY_ELEMENT
const IPROPERTY_ENTITY_ELEMENT = 'ELEMENT' |
◆ IPROPERTY_ENTITY_SECTION
const IPROPERTY_ENTITY_SECTION = 'SECTION' |
◆ WEB_PROTOCOL_MASK
const WEB_PROTOCOL_MASK = '/^(ftp|ftps|http|https):\/\//' |
|
protected |