Открытые статические члены | |
| static | saveLinks ($source_type, $source_id, $links) |
| static | removeLinks ($source_type, $source_id) |
| static | updateLinkId ($tmp_id, $new_id, $link_type) |
| static | getLinkedSourceObjectCount ($source_type, $link_type, $link_id) |
|
static |
Возвращает количество связанных объектов
| string | $source_type | |
| string | $link_type | |
| integer | $link_id |
|
static |
Удаляет все связи с объектом
| string | $source_type | |
| integer | $source_id |
|
static |
Сохраняет связь объекта с другими объектами
| string | $source_type | |
| integer | $source_id | |
| array | $links |
|
static |
Обновляет ID связи объекта
| $tmp_id | |
| $new_id | |
| $link_type |