soap/SoapPortalHelper.php
Functions
get_accounts_from_contact(
$contact_id, $orderBy
=
''
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$contact_id | ||
$orderBy |
get_contacts_from_account(
$account_id, $orderBy
=
''
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$account_id | ||
$orderBy |
get_notes_in_module(
$in, $module, $orderBy
=
''
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$in | ||
$module | ||
$orderBy |
get_related_in_module(
$in, $module, $rel_module, $orderBy
=
'', $row_offset
=
0, $limit
=
-1
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$in | ||
$module | ||
$rel_module | ||
$orderBy | ||
$row_offset | ||
$limit |
get_related_list(
$in, $template, $where, $order_by, $row_offset
=
0, $limit
=
""
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$in | ||
$template | ||
$where | ||
$order_by | ||
$row_offset | ||
$limit |
portal_get_child_tags_query(
\$tag $session, $tag
)
:
\List
portal_get_child_tags_query Given a tag name, this method scans the kbtags table and returns the first level of any child tags found.
Parameters
Returns
Name | Type | Description |
---|---|---|
$session | \$tag | The kbtags.parent_tag_id value to search for |
$tag |
Type | Description |
---|---|
\List | of child tag ids. |
portal_get_entry_list_limited(
$session, $module_name, $where, $order_by, $select_fields, $row_offset, $limit
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$session | ||
$module_name | ||
$where | ||
$order_by | ||
$select_fields | ||
$row_offset | ||
$limit |
portal_get_kbdocument_body_query(
$session, $id
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$session | ||
$id |