Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
ViewEvents.php
Go to the documentation of this file.
1<?php
2
3namespace Ubiquity\events;
4
16 const BEFORE_RENDER = 'view.before';
17 const AFTER_RENDER = 'view.after';
18}
19
View events constants.