Skip to content

Latest commit

 

History

History
1957 lines (993 loc) · 104 KB

hooks.md

File metadata and controls

1957 lines (993 loc) · 104 KB

Hooks

Events

domain.{$module}.controllers.{$controller}.__construct.begin

Source: app/core/class.controller.php, line 27

domain.{$module}.controllers.{$controller}.__construct.end

Arguments

Argument Type Description
$this

Source: app/core/class.controller.php, line 35

domain.{$module}.controllers.{$controller}.executeActions.before_init

Arguments

Argument Type Description
$available_params

Source: app/core/class.controller.php, line 56

domain.{$module}.controllers.{$controller}.executeActions.before_action

Arguments

Argument Type Description
$available_params

Source: app/core/class.controller.php, line 59

core.application.start.beginning

The beginning of the application

Arguments

Argument Type Description
['application' => $this]

Source: app/core/class.application.php, line 69

core.application.start.logged_in

Arguments

Argument Type Description
['application' => $this]

Source: app/core/class.application.php, line 120

core.application.start.end

Arguments

Argument Type Description
['application' => $this]

Source: app/core/class.application.php, line 138

core.mailer.sendMail.sendMailTo

Arguments

Argument Type Description
$to

Source: app/core/class.mailer.php, line 230

core.mailer.sendMail.sendMailFrom

Arguments

Argument Type Description
$from

Source: app/core/class.mailer.php, line 231

core.mailer.sendMail.bodyTemplate

Arguments

Argument Type Description
$bodyTemplate
[['companyColor' => $this->companyColor, 'logoUrl' => $inlineLogoContent, 'languageHiText' => $this->language->__('email_notifications.hi'), 'emailContentsHtml' => nl2br($this->html), 'unsubLink' => sprintf($this->language->__('email_notifications.unsubscribe'), BASE_URL . '/users/editOwn/')]]

Source: app/core/class.mailer.php, line 283

core.mailer.sendMail.altBody

Arguments

Argument Type Description
$this->text

Source: app/core/class.mailer.php, line 299

domain.{$module}.repositories.{$repo}.{$method}.beforeExecute

Arguments

Argument Type Description
$this->getArgs()
4

Source: app/core/class.repository.php, line 119

domain.{$module}.repositories.{$repo}.{$method}.afterExecute

Arguments

Argument Type Description
$this->getArgs()
4

Source: app/core/class.repository.php, line 132

domain.clients.templates.showClient.tpl.beforePageHeaderOpen

Source: app/domain/clients/templates/showClient.tpl.php, line 8

domain.clients.templates.showClient.tpl.afterPageHeaderOpen

Source: app/domain/clients/templates/showClient.tpl.php, line 10

domain.clients.templates.showClient.tpl.beforePageHeaderClose

Source: app/domain/clients/templates/showClient.tpl.php, line 16

domain.clients.templates.showClient.tpl.afterPageHeaderClose

Source: app/domain/clients/templates/showClient.tpl.php, line 18

domain.clients.templates.showClient.tpl.scripts.afterOpen

Source: app/domain/clients/templates/showClient.tpl.php, line 293

domain.clients.templates.showClient.tpl.scripts.beforeClose

Source: app/domain/clients/templates/showClient.tpl.php, line 301

domain.clients.templates.newClient.tpl.beforePageHeaderOpen

Source: app/domain/clients/templates/newClient.tpl.php, line 6

domain.clients.templates.newClient.tpl.afterPageHeaderOpen

Source: app/domain/clients/templates/newClient.tpl.php, line 8

domain.clients.templates.newClient.tpl.beforePageHeaderClose

Source: app/domain/clients/templates/newClient.tpl.php, line 14

domain.clients.templates.newClient.tpl.afterPageHeaderClose

Source: app/domain/clients/templates/newClient.tpl.php, line 16

domain.clients.templates.newClient.tpl.afterFormOpen

Source: app/domain/clients/templates/newClient.tpl.php, line 29

domain.clients.templates.newClient.tpl.beforeSubmitButton

Source: app/domain/clients/templates/newClient.tpl.php, line 108

domain.clients.templates.newClient.tpl.beforeFormClose

Source: app/domain/clients/templates/newClient.tpl.php, line 122

domain.clients.templates.editClient.tpl.beforePageHeaderOpen

Source: app/domain/clients/templates/editClient.tpl.php, line 6

domain.clients.templates.editClient.tpl.afterPageHeaderOpen

Source: app/domain/clients/templates/editClient.tpl.php, line 8

domain.clients.templates.editClient.tpl.beforePageHeaderClose

Source: app/domain/clients/templates/editClient.tpl.php, line 14

domain.clients.templates.editClient.tpl.afterPageHeaderClose

Source: app/domain/clients/templates/editClient.tpl.php, line 16

domain.clients.templates.delClient.tpl.beforePageHeaderOpen

Source: app/domain/clients/templates/delClient.tpl.php, line 6

domain.clients.templates.delClient.tpl.afterPageHeaderOpen

Source: app/domain/clients/templates/delClient.tpl.php, line 8

domain.clients.templates.delClient.tpl.beforePageHeaderClose

Source: app/domain/clients/templates/delClient.tpl.php, line 14

domain.clients.templates.delClient.tpl.afterPageHeaderClose

Source: app/domain/clients/templates/delClient.tpl.php, line 16

domain.clients.templates.delClient.tpl.afterFormOpen

Source: app/domain/clients/templates/delClient.tpl.php, line 28

domain.clients.templates.delClient.tpl.beforeFormClose

Source: app/domain/clients/templates/delClient.tpl.php, line 34

domain.clients.templates.showAll.tpl.beforePageHeaderOpen

Source: app/domain/clients/templates/showAll.tpl.php, line 5

domain.clients.templates.showAll.tpl.afterPageHeaderOpen

Source: app/domain/clients/templates/showAll.tpl.php, line 7

domain.clients.templates.showAll.tpl.beforePageHeaderClose

Source: app/domain/clients/templates/showAll.tpl.php, line 13

domain.clients.templates.showAll.tpl.afterPageHeaderClose

Source: app/domain/clients/templates/showAll.tpl.php, line 15

domain.clients.templates.showAll.tpl.scripts.afterOpen

Source: app/domain/clients/templates/showAll.tpl.php, line 62

domain.clients.templates.showAll.tpl.scripts.beforeClose

Source: app/domain/clients/templates/showAll.tpl.php, line 71

domain.tickets.templates.showAllMilestones.tpl.filters.afterFormOpen

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 36

domain.tickets.templates.showAllMilestones.tpl.filters.afterLefthandSectionOpen

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 42

domain.tickets.templates.showAllMilestones.tpl.filters.beforeLefthandSectionClose

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 48

domain.tickets.templates.showAllMilestones.tpl.filters.afterCenterSectionOpen

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 54

domain.tickets.templates.showAllMilestones.tpl.filters.beforeCenterSectionClose

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 55

domain.tickets.templates.showAllMilestones.tpl.filters.afterRighthandSectionOpen

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 61

domain.tickets.templates.showAllMilestones.tpl.filters.beforeRighthandSectionClose

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 73

domain.tickets.templates.showAllMilestones.tpl.filters.beforeFormClose

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 80

domain.tickets.templates.showAllMilestones.tpl.allTicketsTable.before

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 86

domain.tickets.templates.showAllMilestones.tpl.allTicketsTable.beforeHead

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 103

domain.tickets.templates.showAllMilestones.tpl.allTicketsTable.beforeHeadRow

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 105

domain.tickets.templates.showAllMilestones.tpl.allTicketsTable.afterHeadRow

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 123

domain.tickets.templates.showAllMilestones.tpl.allTicketsTable.afterHead

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 125

domain.tickets.templates.showAllMilestones.tpl.allTicketsTable.beforeFirstRow

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 127

domain.tickets.templates.showAllMilestones.tpl.allTicketsTable.afterRowStart

Arguments

Argument Type Description
['rowNum' => $rowNum, 'tickets' => $allTickets]

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 130

domain.tickets.templates.showAllMilestones.tpl.allTicketsTable.beforeRowEnd

Arguments

Argument Type Description
['tickets' => $allTickets, 'rowNum' => $rowNum]

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 254

domain.tickets.templates.showAllMilestones.tpl.allTicketsTable.afterLastRow

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 257

domain.tickets.templates.showAllMilestones.tpl.allTicketsTable.afterBody

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 259

domain.tickets.templates.showAllMilestones.tpl.allTicketsTable.afterClose

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 261

domain.tickets.templates.showAllMilestones.tpl.scripts.afterOpen

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 268

domain.tickets.templates.showAllMilestones.tpl.scripts.beforeClose

Source: app/domain/tickets/templates/showAllMilestones.tpl.php, line 293

domain.tickets.templates.showList.tpl.beforePageHeaderOpen

Source: app/domain/tickets/templates/showList.tpl.php, line 24

domain.tickets.templates.showList.tpl.afterPageHeaderOpen

Source: app/domain/tickets/templates/showList.tpl.php, line 26

domain.tickets.templates.showList.tpl.beforePageHeaderClose

Source: app/domain/tickets/templates/showList.tpl.php, line 32

domain.tickets.templates.showList.tpl.afterPageHeaderClose

Source: app/domain/tickets/templates/showList.tpl.php, line 34

domain.tickets.templates.showList.tpl.filters.afterFormOpen

Source: app/domain/tickets/templates/showList.tpl.php, line 43

domain.tickets.templates.showList.tpl.filters.afterLefthandSectionOpen

Source: app/domain/tickets/templates/showList.tpl.php, line 51

domain.tickets.templates.showList.tpl.filters.beforeLefthandSectionClose

Source: app/domain/tickets/templates/showList.tpl.php, line 69

domain.tickets.templates.showList.tpl.filters.afterRighthandSectionOpen

Source: app/domain/tickets/templates/showList.tpl.php, line 74

domain.tickets.templates.showList.tpl.filters.beforeRighthandSectionClose

Source: app/domain/tickets/templates/showList.tpl.php, line 124

domain.tickets.templates.showList.tpl.filters.beforeBar

Source: app/domain/tickets/templates/showList.tpl.php, line 133

domain.tickets.templates.showList.tpl.filters.beforeFirstBarField

Source: app/domain/tickets/templates/showList.tpl.php, line 139

domain.tickets.templates.showList.tpl.filters.beforeFormClose

Source: app/domain/tickets/templates/showList.tpl.php, line 249

domain.tickets.templates.showList.tpl.allTicketsTable.before

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showList.tpl.php, line 253

domain.tickets.templates.showList.tpl.allTicketsTable.beforeHead

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showList.tpl.php, line 266

domain.tickets.templates.showList.tpl.allTicketsTable.beforeHeadRow

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showList.tpl.php, line 268

domain.tickets.templates.showList.tpl.allTicketsTable.afterHeadRow

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showList.tpl.php, line 281

domain.tickets.templates.showList.tpl.allTicketsTable.afterHead

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showList.tpl.php, line 284

domain.tickets.templates.showList.tpl.allTicketsTable.beforeFirstRow

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showList.tpl.php, line 286

domain.tickets.templates.showList.tpl.allTicketsTable.afterRowStart

Arguments

Argument Type Description
['rowNum' => $rowNum, 'tickets' => $allTickets]

Source: app/domain/tickets/templates/showList.tpl.php, line 289

domain.tickets.templates.showList.tpl.allTicketsTable.beforeRowEnd

Arguments

Argument Type Description
['tickets' => $allTickets, 'rowNum' => $rowNum]

Source: app/domain/tickets/templates/showList.tpl.php, line 327

domain.tickets.templates.showList.tpl.allTicketsTable.afterLastRow

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showList.tpl.php, line 330

domain.tickets.templates.showList.tpl.allTicketsTable.afterBody

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showList.tpl.php, line 332

domain.tickets.templates.showList.tpl.allTicketsTable.afterClose

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showList.tpl.php, line 350

domain.tickets.templates.showList.tpl.scripts.afterOpen

Source: app/domain/tickets/templates/showList.tpl.php, line 357

domain.tickets.templates.showList.tpl.scripts.beforeClose

Source: app/domain/tickets/templates/showList.tpl.php, line 379

domain.tickets.templates.showAll.tpl.beforePageHeaderOpen

Source: app/domain/tickets/templates/showAll.tpl.php, line 24

domain.tickets.templates.showAll.tpl.afterPageHeaderOpen

Source: app/domain/tickets/templates/showAll.tpl.php, line 26

domain.tickets.templates.showAll.tpl.beforePageHeaderClose

Source: app/domain/tickets/templates/showAll.tpl.php, line 32

domain.tickets.templates.showAll.tpl.afterPageHeaderClose

Source: app/domain/tickets/templates/showAll.tpl.php, line 34

domain.tickets.templates.showAll.tpl.filters.afterFormOpen

Source: app/domain/tickets/templates/showAll.tpl.php, line 43

domain.tickets.templates.showAll.tpl.filters.afterLefthandSectionOpen

Source: app/domain/tickets/templates/showAll.tpl.php, line 49

domain.tickets.templates.showAll.tpl.filters.beforeLefthandSectionClose

Source: app/domain/tickets/templates/showAll.tpl.php, line 67

domain.tickets.templates.showAll.tpl.filters.afterCenterSectionOpen

Source: app/domain/tickets/templates/showAll.tpl.php, line 73

domain.tickets.templates.showAll.tpl.filters.beforeCenterSectionClose

Source: app/domain/tickets/templates/showAll.tpl.php, line 112

domain.tickets.templates.showAll.tpl.filters.afterRighthandSectionOpen

Source: app/domain/tickets/templates/showAll.tpl.php, line 117

domain.tickets.templates.showAll.tpl.filters.beforeRighthandSectionClose

Source: app/domain/tickets/templates/showAll.tpl.php, line 166

domain.tickets.templates.showAll.tpl.filters.beforeBar

Source: app/domain/tickets/templates/showAll.tpl.php, line 175

domain.tickets.templates.showAll.tpl.filters.beforeFirstBarField

Source: app/domain/tickets/templates/showAll.tpl.php, line 181

domain.tickets.templates.showAll.tpl.filters.beforeFormClose

Source: app/domain/tickets/templates/showAll.tpl.php, line 291

domain.tickets.templates.showAll.tpl.allTicketsTable.before

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAll.tpl.php, line 295

domain.tickets.templates.showAll.tpl.allTicketsTable.beforeHead

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAll.tpl.php, line 313

domain.tickets.templates.showAll.tpl.allTicketsTable.beforeHeadRow

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAll.tpl.php, line 315

domain.tickets.templates.showAll.tpl.allTicketsTable.afterHeadRow

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAll.tpl.php, line 331

domain.tickets.templates.showAll.tpl.allTicketsTable.afterHead

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAll.tpl.php, line 333

domain.tickets.templates.showAll.tpl.allTicketsTable.beforeFirstRow

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAll.tpl.php, line 335

domain.tickets.templates.showAll.tpl.allTicketsTable.afterRowStart

Arguments

Argument Type Description
['rowNum' => $rowNum, 'tickets' => $allTickets]

Source: app/domain/tickets/templates/showAll.tpl.php, line 338

domain.tickets.templates.showAll.tpl.allTicketsTable.beforeRowEnd

Arguments

Argument Type Description
['tickets' => $allTickets, 'rowNum' => $rowNum]

Source: app/domain/tickets/templates/showAll.tpl.php, line 569

domain.tickets.templates.showAll.tpl.allTicketsTable.afterLastRow

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAll.tpl.php, line 572

domain.tickets.templates.showAll.tpl.allTicketsTable.afterBody

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAll.tpl.php, line 574

domain.tickets.templates.showAll.tpl.allTicketsTable.afterClose

Arguments

Argument Type Description
['tickets' => $allTickets]

Source: app/domain/tickets/templates/showAll.tpl.php, line 576

domain.tickets.templates.showAll.tpl.scripts.afterOpen

Source: app/domain/tickets/templates/showAll.tpl.php, line 583

domain.tickets.templates.showAll.tpl.scripts.beforeClose

Source: app/domain/tickets/templates/showAll.tpl.php, line 610

domain.calendar.templates.delEvent.tpl.beforePageHeaderOpen

Source: app/domain/calendar/templates/delEvent.tpl.php, line 5

domain.calendar.templates.delEvent.tpl.afterPageHeaderOpen

Source: app/domain/calendar/templates/delEvent.tpl.php, line 7

domain.calendar.templates.delEvent.tpl.beforePageHeaderClose

Source: app/domain/calendar/templates/delEvent.tpl.php, line 13

domain.calendar.templates.delEvent.tpl.afterPageHeaderClose

Source: app/domain/calendar/templates/delEvent.tpl.php, line 15

domain.calendar.templates.delEvent.tpl.afterFormOpen

Source: app/domain/calendar/templates/delEvent.tpl.php, line 23

domain.calendar.templates.delEvent.tpl.beforeSubmitButton

Source: app/domain/calendar/templates/delEvent.tpl.php, line 25

domain.calendar.templates.delEvent.tpl.beforeFormClose

Source: app/domain/calendar/templates/delEvent.tpl.php, line 28

domain.calendar.templates.addEvent.tpl.beforePageHeaderOpen

Source: app/domain/calendar/templates/addEvent.tpl.php, line 6

domain.calendar.templates.addEvent.tpl.afterPageHeaderOpen

Source: app/domain/calendar/templates/addEvent.tpl.php, line 8

domain.calendar.templates.addEvent.tpl.beforePageHeaderClose

Source: app/domain/calendar/templates/addEvent.tpl.php, line 14

domain.calendar.templates.addEvent.tpl.afterPageHeaderClose

Source: app/domain/calendar/templates/addEvent.tpl.php, line 16

domain.calendar.templates.addEvent.tpl.afterFormOpen

Source: app/domain/calendar/templates/addEvent.tpl.php, line 28

domain.calendar.templates.addEvent.tpl.beforeSubmitButton

Source: app/domain/calendar/templates/addEvent.tpl.php, line 61

domain.calendar.templates.addEvent.tpl.beforeFormClose

Source: app/domain/calendar/templates/addEvent.tpl.php, line 67

domain.calendar.templates.addEvent.tpl.scripts.afterOpen

Source: app/domain/calendar/templates/addEvent.tpl.php, line 79

domain.calendar.templates.addEvent.tpl.scripts.beforeClose

Source: app/domain/calendar/templates/addEvent.tpl.php, line 85

domain.calendar.templates.editEvent.tpl.beforePageHeaderOpen

Source: app/domain/calendar/templates/editEvent.tpl.php, line 6

domain.calendar.templates.editEvent.tpl.afterPageHeaderOpen

Source: app/domain/calendar/templates/editEvent.tpl.php, line 8

domain.calendar.templates.editEvent.tpl.beforePageHeaderClose

Source: app/domain/calendar/templates/editEvent.tpl.php, line 14

domain.calendar.templates.editEvent.tpl.afterPageHeaderClose

Source: app/domain/calendar/templates/editEvent.tpl.php, line 16

domain.calendar.templates.editEvent.tpl.afterFormOpen

Source: app/domain/calendar/templates/editEvent.tpl.php, line 28

domain.calendar.templates.editEvent.tpl.beforeSubmitButton

Source: app/domain/calendar/templates/editEvent.tpl.php, line 60

domain.calendar.templates.editEvent.tpl.beforeFormClose

Source: app/domain/calendar/templates/editEvent.tpl.php, line 69

domain.calendar.templates.export.tpl.afterFormOpen

Source: app/domain/calendar/templates/export.tpl.php, line 16

domain.calendar.templates.export.tpl.beforeSubmitButton

Source: app/domain/calendar/templates/export.tpl.php, line 35

domain.calendar.templates.export.tpl.beforeFormClose

Source: app/domain/calendar/templates/export.tpl.php, line 47

domain.calendar.templates.showMyCalendar.tpl.beforePageHeaderOpen

Source: app/domain/calendar/templates/showMyCalendar.tpl.php, line 5

domain.calendar.templates.showMyCalendar.tpl.afterPageHeaderOpen

Source: app/domain/calendar/templates/showMyCalendar.tpl.php, line 7

domain.calendar.templates.showMyCalendar.tpl.beforePageHeaderClose

Source: app/domain/calendar/templates/showMyCalendar.tpl.php, line 13

domain.calendar.templates.showMyCalendar.tpl.afterPageHeaderClose

Source: app/domain/calendar/templates/showMyCalendar.tpl.php, line 15

domain.calendar.templates.showMyCalendar.tpl.scripts.afterOpen

Source: app/domain/calendar/templates/showMyCalendar.tpl.php, line 37

domain.calendar.templates.showMyCalendar.tpl.scripts.beforeClose

Source: app/domain/calendar/templates/showMyCalendar.tpl.php, line 78

domain.calendar.templates.ical.tpl.beforeOutput

Arguments

Argument Type Description
$calendars
['eol' => $eol]

Source: app/domain/calendar/templates/ical.tpl.php, line 8

domain.calendar.templates.ical.tpl.calendarOutputBeginning

Arguments

Argument Type Description
$calendar
['url' => $url, 'eol' => $eol]

Source: app/domain/calendar/templates/ical.tpl.php, line 24

domain.calendar.templates.ical.tpl.calendarOutputEnd

Arguments

Argument Type Description
$calendar
['url' => $url, 'eol' => $eol]

Source: app/domain/calendar/templates/ical.tpl.php, line 40

domain.calendar.templates.ical.tpl.afterOutput

Arguments

Argument Type Description
$calendars
['eol' => $eol]

Source: app/domain/calendar/templates/ical.tpl.php, line 49

domain.calendar.templates.importGCal.tpl.beforePageHeaderOpen

Source: app/domain/calendar/templates/importGCal.tpl.php, line 6

domain.calendar.templates.importGCal.tpl.afterPageHeaderOpen

Source: app/domain/calendar/templates/importGCal.tpl.php, line 8

domain.calendar.templates.importGCal.tpl.beforePageHeaderClose

Source: app/domain/calendar/templates/importGCal.tpl.php, line 18

domain.calendar.templates.importGCal.tpl.afterPageHeaderClose

Source: app/domain/calendar/templates/importGCal.tpl.php, line 20

domain.calendar.templates.importGCal.tpl.afterFormOpen

Source: app/domain/calendar/templates/importGCal.tpl.php, line 29

domain.calendar.templates.importGCal.tpl.beforeSubmitButton

Source: app/domain/calendar/templates/importGCal.tpl.php, line 96

domain.calendar.templates.importGCal.tpl.beforeFormClose

Source: app/domain/calendar/templates/importGCal.tpl.php, line 107

domain.calendar.templates.showAllGCals.tpl.scripts.afterOpen

Source: app/domain/calendar/templates/showAllGCals.tpl.php, line 8

domain.calendar.templates.showAllGCals.tpl.scripts.beforeClose

Source: app/domain/calendar/templates/showAllGCals.tpl.php, line 33

domain.calendar.templates.showAllGCals.tpl.beforePageHeaderOpen

Source: app/domain/calendar/templates/showAllGCals.tpl.php, line 38

domain.calendar.templates.showAllGCals.tpl.afterPageHeaderOpen

Source: app/domain/calendar/templates/showAllGCals.tpl.php, line 40

domain.calendar.templates.showAllGCals.tpl.beforePageHeaderClose

Source: app/domain/calendar/templates/showAllGCals.tpl.php, line 50

domain.calendar.templates.showAllGCals.tpl.afterPageHeaderClose

Source: app/domain/calendar/templates/showAllGCals.tpl.php, line 52

domain.calendar.templates.showAllGCals.tpl.afterFormOpen

Source: app/domain/calendar/templates/showAllGCals.tpl.php, line 58

domain.calendar.templates.showAllGCals.tpl.beforeFormClose

Source: app/domain/calendar/templates/showAllGCals.tpl.php, line 87

domain.auth.templates.userInvite.tpl.beforePageHeaderOpen

Source: app/domain/auth/templates/userInvite.tpl.php, line 5

domain.auth.templates.userInvite.tpl.afterPageHeaderOpen

Source: app/domain/auth/templates/userInvite.tpl.php, line 7

domain.auth.templates.userInvite.tpl.beforePageHeaderClose

Source: app/domain/auth/templates/userInvite.tpl.php, line 11

domain.auth.templates.userInvite.tpl.afterPageHeaderClose

Source: app/domain/auth/templates/userInvite.tpl.php, line 13

domain.auth.templates.userInvite.tpl.afterRegcontentOpen

Source: app/domain/auth/templates/userInvite.tpl.php, line 15

domain.auth.templates.userInvite.tpl.afterFormOpen

Source: app/domain/auth/templates/userInvite.tpl.php, line 17

domain.auth.templates.userInvite.tpl.beforeSubmitButton

Source: app/domain/auth/templates/userInvite.tpl.php, line 41

domain.auth.templates.userInvite.tpl.beforeFormClose

Source: app/domain/auth/templates/userInvite.tpl.php, line 45

domain.auth.templates.userInvite.tpl.beforeRegcontentClose

Source: app/domain/auth/templates/userInvite.tpl.php, line 47

domain.auth.templates.requestPwLink.tpl.beforePageHeaderOpen

Source: app/domain/auth/templates/requestPwLink.tpl.php, line 1

domain.auth.templates.requestPwLink.tpl.afterPageHeaderClose

Source: app/domain/auth/templates/requestPwLink.tpl.php, line 7

domain.auth.templates.requestPwLink.tpl.afterRegcontentOpen

Source: app/domain/auth/templates/requestPwLink.tpl.php, line 9

domain.auth.templates.requestPwLink.tpl.afterFormOpen

Source: app/domain/auth/templates/requestPwLink.tpl.php, line 11

domain.auth.templates.requestPwLink.tpl.beforeSubmitButton

Source: app/domain/auth/templates/requestPwLink.tpl.php, line 21

domain.auth.templates.requestPwLink.tpl.beforeFormClose

Source: app/domain/auth/templates/requestPwLink.tpl.php, line 24

domain.auth.templates.requestPwLink.tpl.beforeRegcontentClose

Source: app/domain/auth/templates/requestPwLink.tpl.php, line 26

domain.auth.templates.resetPw.tpl.beforePageHeaderOpen

Source: app/domain/auth/templates/resetPw.tpl.php, line 1

domain.auth.templates.resetPw.tpl.afterPageHeaderOpen

Source: app/domain/auth/templates/resetPw.tpl.php, line 3

domain.auth.templates.resetPw.tpl.beforePageHeaderClose

Source: app/domain/auth/templates/resetPw.tpl.php, line 7

domain.auth.templates.resetPw.tpl.afterPageHeaderClose

Source: app/domain/auth/templates/resetPw.tpl.php, line 9

domain.auth.templates.resetPw.tpl.afterRegcontentOpen

Source: app/domain/auth/templates/resetPw.tpl.php, line 11

domain.auth.templates.resetPw.tpl.afterFormOpen

Source: app/domain/auth/templates/resetPw.tpl.php, line 13

domain.auth.templates.resetPw.tpl.beforeSubmitButton

Source: app/domain/auth/templates/resetPw.tpl.php, line 29

domain.auth.templates.resetPw.tpl.beforeFormClose

Source: app/domain/auth/templates/resetPw.tpl.php, line 35

domain.auth.templates.resetPw.tpl.beforeRegcontentClose

Source: app/domain/auth/templates/resetPw.tpl.php, line 37

domain.auth.templates.loginInfo.tpl.beforeUserinfoMenuOpen

Source: app/domain/auth/templates/loginInfo.tpl.php, line 3

domain.auth.templates.loginInfo.tpl.afterUserinfoMenuOpen

Source: app/domain/auth/templates/loginInfo.tpl.php, line 5

domain.auth.templates.loginInfo.tpl.afterUserinfoDropdownMenuOpen

Source: app/domain/auth/templates/loginInfo.tpl.php, line 11

domain.auth.templates.loginInfo.tpl.beforeUserinfoDropdownMenuClose

Source: app/domain/auth/templates/loginInfo.tpl.php, line 45

domain.auth.templates.loginInfo.tpl.beforeUserinfoMenuClose

Source: app/domain/auth/templates/loginInfo.tpl.php, line 47

domain.auth.templates.loginInfo.tpl.afterUserinfoMenuClose

Source: app/domain/auth/templates/loginInfo.tpl.php, line 49

domain.auth.templates.login.tpl.beforePageHeaderOpen

Source: app/domain/auth/templates/login.tpl.php, line 5

domain.auth.templates.login.tpl.afterPageHeaderOpen

Source: app/domain/auth/templates/login.tpl.php, line 7

domain.auth.templates.login.tpl.beforePageHeaderClose

Source: app/domain/auth/templates/login.tpl.php, line 11

domain.auth.templates.login.tpl.afterPageHeaderClose

Source: app/domain/auth/templates/login.tpl.php, line 13

domain.auth.templates.login.tpl.afterRegcontentOpen

Source: app/domain/auth/templates/login.tpl.php, line 16

domain.auth.templates.login.tpl.afterFormOpen

Source: app/domain/auth/templates/login.tpl.php, line 18

domain.auth.templates.login.tpl.beforeSubmitButton

Source: app/domain/auth/templates/login.tpl.php, line 32

domain.auth.templates.login.tpl.beforeFormClose

Source: app/domain/auth/templates/login.tpl.php, line 38

domain.auth.templates.login.tpl.beforeRegcontentClose

Source: app/domain/auth/templates/login.tpl.php, line 40

domain.auth.controllers.userInvite.post.userSignupSuccess

Arguments

Argument Type Description
['user' => $user]

Source: app/domain/auth/controllers/class.userInvite.php, line 93

domain.auth.controllers.login.get.beforeAuth

Arguments

Argument Type Description
$params

Source: app/domain/auth/controllers/class.login.php, line 46

domain.auth.controllers.login.post.beforeAuthServiceCall

Arguments

Argument Type Description
['post' => $_POST]

Source: app/domain/auth/controllers/class.login.php, line 78

domain.auth.services.auth.login.beforeLoginCheck

Arguments

Argument Type Description
['username' => $username, 'password' => $password]

Source: app/domain/auth/services/class.auth.php, line 197

domain.auth.services.auth.login.afterLoginCheck

Arguments

Argument Type Description
['username' => $username, 'password' => $password, 'authService' => self::getInstance()]

Source: app/domain/auth/services/class.auth.php, line 277

domain.auth.services.auth.login.afterLoginCheck

Arguments

Argument Type Description
['username' => $username, 'password' => $password, 'authService' => self::getInstance()]

Source: app/domain/auth/services/class.auth.php, line 282

domain.projects.services.projects.notifyProjectUsers.notifyProjectUsers

Arguments

Argument Type Description
array("type" => "projectUpdate", "module" => $notification->module, "moduleId" => $entityId, "message" => $notification->message, "subject" => $notification->subject, "users" => $this->getAllUserInfoToNotify($notification->projectId), "url" => $notification->url['url'])
"domain.services.projects"

Source: app/domain/projects/services/class.projects.php, line 246

domain.projects.services.projects.changeCurrentSessionProject.projects.setCurrentProject

Source: app/domain/projects/services/class.projects.php, line 403

domain.dashboard.templates.home.tpl.beforePageHeaderOpen

Source: app/domain/dashboard/templates/home.tpl.php, line 16

domain.dashboard.templates.home.tpl.afterPageHeaderOpen

Source: app/domain/dashboard/templates/home.tpl.php, line 18

domain.dashboard.templates.home.tpl.beforePageHeaderClose

Source: app/domain/dashboard/templates/home.tpl.php, line 23

domain.dashboard.templates.home.tpl.afterPageHeaderClose

Source: app/domain/dashboard/templates/home.tpl.php, line 25

domain.dashboard.templates.home.tpl.afterWelcomeMessage

Source: app/domain/dashboard/templates/home.tpl.php, line 38

domain.dashboard.templates.home.tpl.scripts.afterOpen

Source: app/domain/dashboard/templates/home.tpl.php, line 371

domain.dashboard.templates.home.tpl.scripts.beforeClose

Source: app/domain/dashboard/templates/home.tpl.php, line 450

domain.dashboard.templates.show.tpl.beforePageHeaderOpen

Source: app/domain/dashboard/templates/show.tpl.php, line 14

domain.dashboard.templates.show.tpl.afterPageHeaderOpen

Source: app/domain/dashboard/templates/show.tpl.php, line 16

domain.dashboard.templates.show.tpl.beforePageHeaderClose

Source: app/domain/dashboard/templates/show.tpl.php, line 30

domain.dashboard.templates.show.tpl.afterPageHeaderClose

Source: app/domain/dashboard/templates/show.tpl.php, line 32

domain.dashboard.templates.show.tpl.scripts.afterOpen

Source: app/domain/dashboard/templates/show.tpl.php, line 550

domain.dashboard.templates.show.tpl.scripts.beforeClose

Source: app/domain/dashboard/templates/show.tpl.php, line 633

domain.pageparts.templates.footer.tpl.beforeFooterOpen

Source: app/domain/pageparts/templates/footer.tpl.php, line 3

domain.pageparts.templates.footer.tpl.afterFooterOpen

Source: app/domain/pageparts/templates/footer.tpl.php, line 5

domain.pageparts.templates.footer.tpl.beforeFooterClose

Source: app/domain/pageparts/templates/footer.tpl.php, line 8

domain.pageparts.templates.footer.tpl.afterFooterOpen

Source: app/domain/pageparts/templates/footer.tpl.php, line 10

domain.pageparts.templates.pageBottom.tpl.beforeBodyClose

Source: app/domain/pageparts/templates/pageBottom.tpl.php, line 11

domain.pageparts.templates.header.tpl.afterMetaTags

Source: app/domain/pageparts/templates/header.tpl.php, line 20

domain.pageparts.templates.header.tpl.afterLinkTags

Source: app/domain/pageparts/templates/header.tpl.php, line 26

domain.pageparts.templates.header.tpl.afterScriptLibTags

Source: app/domain/pageparts/templates/header.tpl.php, line 33

domain.pageparts.templates.header.tpl.afterMainScriptTag

Source: app/domain/pageparts/templates/header.tpl.php, line 37

domain.pageparts.templates.header.tpl.afterThemeScripts

Source: app/domain/pageparts/templates/header.tpl.php, line 47

domain.pageparts.templates.header.tpl.afterThemeColors

Source: app/domain/pageparts/templates/header.tpl.php, line 60

domain.pageparts.templates.header.tpl.afterCustomizeTags

Source: app/domain/pageparts/templates/header.tpl.php, line 72

domain.menu.templates.menu.tpl.beforeMenu

Source: app/domain/menu/templates/menu.tpl.php, line 17

domain.menu.templates.menu.tpl.afterMenuOpen

Source: app/domain/menu/templates/menu.tpl.php, line 19

domain.menu.templates.menu.tpl.beforeMenuClose

Source: app/domain/menu/templates/menu.tpl.php, line 124

domain.menu.templates.menu.tpl.afterMenuClose

Source: app/domain/menu/templates/menu.tpl.php, line 126

domain.menu.templates.headMenu.tpl.beforeHeadMenu

Source: app/domain/menu/templates/headMenu.tpl.php, line 15

domain.menu.templates.headMenu.tpl.afterHeadMenuOpen

Source: app/domain/menu/templates/headMenu.tpl.php, line 17

domain.menu.templates.headMenu.tpl.beforeHeadMenuClose

Source: app/domain/menu/templates/headMenu.tpl.php, line 237

domain.menu.templates.headMenu.tpl.afterHeadMenu

Source: app/domain/menu/templates/headMenu.tpl.php, line 239

Filters

core.theme.getLayoutFilename.filepath

Arguments

Argument Type Description
$filename

Source: app/core/class.theme.php, line 179

core.language.__construct.languages

Arguments

Argument Type Description
$parsedLangList

Source: app/core/class.language.php, line 88

core.language.readIni.language_resources

Arguments

Argument Type Description
$_SESSION['cache.language_resources_' . $this->language . '_' . $this->theme]
['language' => $this->language, 'theme' => $this->theme]

Source: app/core/class.language.php, line 235

core.language.readIni.language_resources

Arguments

Argument Type Description
$this->ini_array
['language' => $this->language, 'theme' => $this->theme]

Source: app/core/class.language.php, line 326

core.application.start.publicActions

Arguments

Argument Type Description
$this->publicActions

Source: app/core/class.application.php, line 77

core.application.loadHeaders.headers

Arguments

Argument Type Description
['X-Frame-Options' => 'SAMEORIGIN', 'X-XSS-Protection' => '1; mode=block', 'X-Content-Type-Options' => 'nosniff', 'Access-Control-Allow-Origin' => BASE_URL]

Source: app/core/class.application.php, line 161

core.application.cronExec.increment

Arguments

Argument Type Description
300

Source: app/core/class.application.php, line 202

core.mailer.sendMail.sendMailTo

Arguments

Argument Type Description
$to

Source: app/core/class.mailer.php, line 230

core.mailer.sendMail.sendMailFrom

Arguments

Argument Type Description
$from

Source: app/core/class.mailer.php, line 231

core.mailer.sendMail.bodyTemplate

Arguments

Argument Type Description
$bodyTemplate
[['companyColor' => $this->companyColor, 'logoUrl' => $inlineLogoContent, 'languageHiText' => $this->language->__('email_notifications.hi'), 'emailContentsHtml' => nl2br($this->html), 'unsubLink' => sprintf($this->language->__('email_notifications.unsubscribe'), BASE_URL . '/users/editOwn/')]]

Source: app/core/class.mailer.php, line 283

core.mailer.sendMail.altBody

Arguments

Argument Type Description
$this->text

Source: app/core/class.mailer.php, line 299

core.template.assign.var.{$name}

Arguments

Argument Type Description
$value

Source: app/core/class.template.php, line 107

core.template.getTemplatePath.relative_plugin_template_path

Arguments

Argument Type Description
''
['module' => $module, 'name' => $name]

Source: app/core/class.template.php, line 142

core.template.display.template

Arguments

Argument Type Description
$template

Source: app/core/class.template.php, line 207

core.template.display.template.{$template}

Arguments

Argument Type Description
$template

Source: app/core/class.template.php, line 208

core.template.display.layout

Arguments

Argument Type Description
$layout

Source: app/core/class.template.php, line 215

core.template.display.layout.{$template}

Arguments

Argument Type Description
$layout

Source: app/core/class.template.php, line 216

core.template.display.layoutContent

Arguments

Argument Type Description
$layoutContent

Source: app/core/class.template.php, line 234

core.template.display.layoutContent.{$template}

Arguments

Argument Type Description
$layoutContent

Source: app/core/class.template.php, line 235

core.template.display.content

Arguments

Argument Type Description
$content

Source: app/core/class.template.php, line 257

core.template.display.content.{$template}

Arguments

Argument Type Description
$content

Source: app/core/class.template.php, line 258

core.template.display.render

Arguments

Argument Type Description
$render

Source: app/core/class.template.php, line 263

core.template.display.render.{$template}

Arguments

Argument Type Description
$render

Source: app/core/class.template.php, line 264

core.template.displaySubmodule.submodule_relative_path

Arguments

Argument Type Description
"{$submodule['module']}/templates/submodules/{$submodule['submodule']}.sub.php"
['module' => $submodule['module'], 'submodule' => $submodule['submodule']]

Source: app/core/class.template.php, line 358

core.template.displayNotification.message

Arguments

Argument Type Description
$language->__($message_id, false)
$note

Source: app/core/class.template.php, line 386

core.template.displayNotification.message_{$message_id}

Arguments

Argument Type Description
$message
$note

Source: app/core/class.template.php, line 391

core.template.displayInlineNotification.message

Arguments

Argument Type Description
$language->__($message_id, false)
$note

Source: app/core/class.template.php, line 417

core.template.displayInlineNotification.message_{$message_id}

Arguments

Argument Type Description
$message
$note

Source: app/core/class.template.php, line 422

core.fileupload.getPublicFilesPath.relative_path

Arguments

Argument Type Description
"/../../public/userfiles"

Source: app/core/class.fileupload.php, line 179

domain.{$module}.repositories.{$repo}.{$method}.sql

Arguments

Argument Type Description
$sql
$this->getArgs(['prepareArgs' => $args])
4

Source: app/core/class.repository.php, line 53

domain.{$module}.repositories.{$repo}.{$method}.binding

Arguments

Argument Type Description
$replace
$this->getArgs()
4

Source: app/core/class.repository.php, line 72

domain.{$module}.repositories.{$repo}.{$method}.args

Arguments

Argument Type Description
$args
[]
5

Source: app/core/class.repository.php, line 97

domain.{$module}.repositories.{$repo}.{$method}.stmn

Arguments

Argument Type Description
$this->stmn
$this->getArgs()
4

Source: app/core/class.repository.php, line 121

domain.{$module}.repositories.{$repo}.{$method}.method

Arguments

Argument Type Description
$method
$this->getArgs()
4

Source: app/core/class.repository.php, line 122

domain.{$module}.repositories.{$repo}.{$method}.return

Arguments

Argument Type Description
$values
$this->getArgs()
4

Source: app/core/class.repository.php, line 134

domain.timesheets.repositories.timesheets.addTime.sql

Arguments

Argument Type Description
$query

Source: app/domain/timesheets/repositories/class.timesheets.php, line 342

domain.timesheets.repositories.timesheets.UpdateHours.sql

Arguments

Argument Type Description
$query

Source: app/domain/timesheets/repositories/class.timesheets.php, line 503

domain.auth.models.roles.getFilteredRoles.available_roles

Arguments

Argument Type Description
self::$roleKeys

Source: app/domain/auth/models/class.roles.php, line 29

domain.auth.services.auth.setUserSession.user_session_vars

Arguments

Argument Type Description
['role' => $this->role, 'id' => $this->userId, 'name' => $this->name, 'profileId' => $this->profileId, 'mail' => $this->mail, 'clientId' => $this->clientId, 'settings' => $this->settings, 'twoFAEnabled' => $this->twoFAEnabled, 'twoFAVerified' => false, 'twoFASecret' => $this->twoFASecret, 'isLdap' => $isLdap]

Source: app/domain/auth/services/class.auth.php, line 305

domain.auth.services.auth.logout.sessions_vars_to_destroy

Arguments

Argument Type Description
['userdata', 'template', 'subdomainData', 'currentProject', 'currentSprint', 'projectsettings', 'currentSubscriptions', 'lastTicketView', 'lastFilterdTicketTableView']

Source: app/domain/auth/services/class.auth.php, line 354