Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Notification Number

Type: core

Class: Notif

Platform: 2v

Function: notifNum

Visibility: private

Parameter: notifNum($fileName,$notifNum,$externalVar,$fileDetails)

Description:
This is an internal function. genNotifByNum will call this function to issue the alert in hand.
Parameters:
(required) - string - $fileName - The name of the file we want to load the notifications from (without extension), located at: \text\notifs\{language code}\ (actual file will be with php/xml extension).
(required) - string - $notifNum - The notification number.
(required) - string - $fileDetails - Details about the location that the notification is called from.
(optional) - string|array|null - $externalVar - The external variant to use in this notification.
Return:
string - The specific notification that's coming out.
Callable from (extended classes):
application: no
advanced: no
operators: no
api: no
Info Panel
Roll it!   ⇔