|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct ($title, $showLink, $id=null) | |
| getId () | |
| setId ($id) | |
| getType () | |
| setType ($type) | |
| getTitle () | |
| setTitle ($title) | |
| getShowLink () | |
| setShowLink ($showLink) | |
| getModule () | |
| setModule ($module) | |
| getSubTitle () | |
| setSubTitle ($subTitle) | |
| getActions () | |
| getLinks () | |
| setLinks (array $links) | |
| addLink ($name, $link) | |
| getAttributes () | |
| setAttributes ($attributes) | |
| setAttribute ($name, $value) | |
| unsetAttribute ($name) | |
| jsonSerialize () | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
Защищенные члены | |
| adjustLink ($link) | |
См. определение в файле resultitem.php строка 8
| __construct | ( | $title, | |
| $showLink, | |||
| $id = null ) |
ResultItem constructor.
| $title | ||
| Uri | string | $showLink | |
| null | $id |
См. определение в файле resultitem.php строка 36
| addLink | ( | $name, | |
| $link ) |
Adds link on searched item.
| string | $name | Name of link. |
| Uri | string | $link | Link. |
См. определение в файле resultitem.php строка 252
|
protected |
Adjusts link.
| Uri | string | $link | Link. |
См. определение в файле resultitem.php строка 146
| getActions | ( | ) |
Returns actions. It's reserved field and unused.
См. определение в файле resultitem.php строка 210
| getAttributes | ( | ) |
| getId | ( | ) |
| getLinks | ( | ) |
| getModule | ( | ) |
Returns module which provides searched item.
См. определение в файле resultitem.php строка 161
| getShowLink | ( | ) |
| getSubTitle | ( | ) |
Returns subtitle of searched item. Subtitle is is unnecessary.
См. определение в файле resultitem.php строка 186
| getTitle | ( | ) |
| getType | ( | ) |
Returns type of element. For example: lead, deal, file, folder, etc. Type is unnecessary.
См. определение в файле resultitem.php строка 74
| jsonSerialize | ( | ) |
Specify data which should be serialized to JSON mixed data which can be serialized by json_encode, which is a value of any type other than a resource. 5.4.0
См. определение в файле resultitem.php строка 315
| offsetExists | ( | $offset | ) |
Whether a offset exists mixed $offset An offset to check for.
The return value will be casted to boolean if non-boolean was returned.
См. определение в файле resultitem.php строка 343
| offsetGet | ( | $offset | ) |
Offset to retrieve mixed $offset The offset to retrieve.
См. определение в файле resultitem.php строка 362
| offsetSet | ( | $offset, | |
| $value ) |
Offset to set mixed $offset The offset to assign the value to.
| mixed | $value |
The value to set.
См. определение в файле resultitem.php строка 388
| offsetUnset | ( | $offset | ) |
Offset to unset mixed $offset The offset to unset.
См. определение в файле resultitem.php строка 404
| setAttribute | ( | $name, | |
| $value ) |
Sets value for attribute with name.
| string | $name | |
| mixed | $value |
См. определение в файле resultitem.php строка 288
| setAttributes | ( | $attributes | ) |
Sets attributes.
| array | $attributes |
См. определение в файле resultitem.php строка 274
| setId | ( | $id | ) |
| setLinks | ( | array | $links | ) |
Sets links on searched item. Should be associative array.
| Uri[] | string[] | $links | Links. |
См. определение в файле resultitem.php строка 232
| setModule | ( | $module | ) |
Sets module which provides searched item. Module is unnecessary and will generate automatically.
| string | $module | Module id. |
См. определение в файле resultitem.php строка 173
| setShowLink | ( | $showLink | ) |
Sets link to show searched item.
| Uri | $showLink | Show link. |
См. определение в файле resultitem.php строка 132
| setSubTitle | ( | $subTitle | ) |
Sets subtitle of searched item. Subtitle is is unnecessary.
| string | $subTitle | Subtitle. |
См. определение в файле resultitem.php строка 198
| setTitle | ( | $title | ) |
Sets title of searched item.
| string | $title | Title. |
См. определение в файле resultitem.php строка 109
| setType | ( | $type | ) |
Sets type of element. For example: lead, deal, file, folder, etc. Type is unnecessary.
| string | $type |
См. определение в файле resultitem.php строка 86
| unsetAttribute | ( | $name | ) |
Deletes attribute by name.
| string | $name |
См. определение в файле resultitem.php строка 301