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

Parse Notification Number

Type: core

Class: Notif

Platform: 2v

Function: parseNotifNum

Visibility: private

Parameter: parseNotifNum($fileName)

Description:
This is an internal translator. notifNum will call this function to interpret the notifNum code to actual text notification with all the info needed to output it.
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.
(optional) - string|array|null - $externalVar - The external variant to use in this notification.
Return:
array - The specific notification including: $notifType,$authLevel,$notifTextRand.
Callable from (extended classes):
application: no
advanced: no
operators: no
api: no
Info Panel
Roll it!   ⇔