silence
Well-known member
Yes it's me again :C
This function in the Alert model:
It get's the alerts for a user, however how exactly is the alert rendered on the controller?
I was looking in one of the alert templates and it was being called simply with one variable ($alert.template) so which function renders an alert into a single string?
Thanks!
This function in the Alert model:
PHP:
public function getAlertsForUser($userId, $fetchMode, array $fetchOptions = array(), array $viewingUser = null)
I was looking in one of the alert templates and it was being called simply with one variable ($alert.template) so which function renders an alert into a single string?
Thanks!