|
1C-Bitrix 25.700.0
|
Открытые статические члены | |
| static | getHandlerJS () |
| static | setPredefineForDynamicProps (array $additionalVals) |
| static | saveNode (Block $block, $selector, array $data) |
| static | prepareManifest (Block $block, array $manifest, array &$manifestFull=array()) |
| static | getIblockURL ($elementId, $urlType) |
| static | getIblockParams ($key=false) |
| static | getNode (Block $block, $selector) |
Защищенные статические члены | |
| static | saveComponent ($content, $code, array $params) |
| static | checkPhpCode ($code) |
| static | transformPropType (array $item, $prop) |
| static | preparePropValue ($value, $prop) |
| static | transformPropValue ($value, $prop) |
Статические защищенные данные | |
| static | $predefineForDynamicProps = array() |
См. определение в файле component.php строка 11
|
staticprotected |
Check if part of array or string is php code (for component).
| mixed | $code | Some content. |
См. определение в файле component.php строка 86
|
static |
|
static |
Tmp function for gets iblock params.
| string | $key | If isset, return value for this key. |
См. определение в файле component.php строка 795
|
static |
Build element/section url.
| int | $elementId | Element / section id. |
| string | $urlType | Type of url (section / detail). |
См. определение в файле component.php строка 784
|
static |
Get data for this node.
| Block | $block | Block instance. |
| string | $selector | Selector. |
См. определение в файле component.php строка 822
Prepare item-node of manifest.
| Block | $block | Block instance. |
| array | $manifest | Manifest of current node. |
| array | &$manifestFull | Full manifest of block (by ref). |
См. определение в файле component.php строка 207
|
staticprotected |
Prepare prop value before output in edit form.
| mixed | $value | Mixed value. |
| array | $prop | Array of field from manifest. |
См. определение в файле component.php строка 641
|
staticprotected |
Save component with new params.
| string | $content | Content of block. |
| string | $code | Code of component. |
| array | $params | Params for replace in component. |
См. определение в файле component.php строка 48
Save data for this node.
| Block | $block | Block instance. |
| string | $selector | Selector. |
| array | $data | Data array. |
См. определение в файле component.php строка 122
|
static |
Fill predefined values for some dynamic props.
| array | $additionalVals | Additional vals. |
См. определение в файле component.php строка 33
|
staticprotected |
Additional transform type of prop item to attr item.
| array | $item | One attr. |
| mixed | $prop | One prop. |
См. определение в файле component.php строка 390
|
staticprotected |
Additional transform prop value before saving.
| mixed | $value | Mixed value. |
| array | $prop | Array of prop. |
См. определение в файле component.php строка 681
|
staticprotected |
См. определение в файле component.php строка 17