search_notifications_functions.php
Table of Contents
Functions
- search_notifications_get() : mixed
- search_notification_add() : mixed
- search_notification_delete() : mixed
- search_notification_enable() : mixed
- search_notification_disable() : mixed
- search_notification_enable_all() : mixed
- search_notification_disable_all() : mixed
- search_notification_process() : mixed
- search_notification_make_url() : mixed
- search_notification_delete_by_owner() : void
- Delete all watched searches by user
Functions
search_notifications_get()
search_notifications_get(mixed &$results[, mixed $user = "" ][, mixed $enabled_only = true ][, mixed $search = "" ][, mixed $orderby = 1 ][, mixed $orderbydirection = "DESC" ]) : mixed
Parameters
- $results : mixed
- $user : mixed = ""
- $enabled_only : mixed = true
- $search : mixed = ""
- $orderby : mixed = 1
- $orderbydirection : mixed = "DESC"
search_notification_add()
search_notification_add(mixed $search, mixed $restypes, mixed $archive) : mixed
Parameters
- $search : mixed
- $restypes : mixed
- $archive : mixed
search_notification_delete()
search_notification_delete(mixed $ref[, mixed $force = false ]) : mixed
Parameters
- $ref : mixed
- $force : mixed = false
search_notification_enable()
search_notification_enable(mixed $ref[, mixed $force = false ]) : mixed
Parameters
- $ref : mixed
- $force : mixed = false
search_notification_disable()
search_notification_disable(mixed $ref[, mixed $force = false ]) : mixed
Parameters
- $ref : mixed
- $force : mixed = false
search_notification_enable_all()
search_notification_enable_all([mixed $force = false ]) : mixed
Parameters
- $force : mixed = false
search_notification_disable_all()
search_notification_disable_all([mixed $force = false ]) : mixed
Parameters
- $force : mixed = false
search_notification_process()
search_notification_process([mixed $owner = -1 ][, mixed $search_saved = -1 ]) : mixed
Parameters
- $owner : mixed = -1
- $search_saved : mixed = -1
search_notification_make_url()
search_notification_make_url(mixed $watched_search) : mixed
Parameters
- $watched_search : mixed
search_notification_delete_by_owner()
Delete all watched searches by user
search_notification_delete_by_owner(int $user) : void
Parameters
- $user : int
-
User ID