for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace pjpawel\Magis\View;
/**
* @author Paweł Podgórski <[email protected]>
*/
enum Event
{
case BeforeRun;
case AfterRun;
case AfterRender;
}