-
Notifications
You must be signed in to change notification settings - Fork 4
/
hooks.txt
82 lines (67 loc) · 1.62 KB
/
hooks.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Downloads::get
- DownloadsPreGet
- Current Downloads instance, $this
- DownloadsGetQuery
- SQL statement without WHERE/ORDER/LIMIT
- DownloadsGetWhere
- SQL WHERE clause
- DownloadsGetFullQuery
- SQL statement
- DownloadsGetRows
- Resulting array of Download instances
- DownloadsPostGet
- Current Downloads instance, $this
Downloads::logQuery
- LogQueryPre
- Current query (as in search terms)
Downloads::pages
- PagesPre
- Map of page patterns (array)
- PagesPost
- Resulting array of page links
Downloads::showQueries
- ShowQueriesPost
- Resulting array of DownloadQuery instances
Download::save
- DownloadSavePre
- SQL statement and params
Download::addView
- DownloadAddView
- Current Download instance
Download::setRating
- DownloadSetRating
- Current Download instance
- Rating value to be set
Download::showTitle
- DownloadShowTitle
- Unchanged title
Download::queue
- DownloadQueuePre
- Current Download instance
Database::quickColumn
- DatabaseColumn
- SQL statement and args
Database::quickRowObject
- DatabaseRowObject
- Class name to output
- SQL statement and args
Database::quickRowObjects
- DatabaseRowObjects
- Class name to output
- SQL statement and args
Database::quickExecute
- DatabaseExecute
- SQL statement and args
Submit::__construct
- SubmitConstruct
- Current Submit instance
Submit::submit
- SubmitValidation
- Current Submit instance
- Populate ->error to cause an error
- SubmitDownload
- Single Download instance
Submit::filterDownloads
- SubmitFilterValidate
- Current validity (always true)
- Set to false to mark download as invalid