phug-php/phug

View on GitHub
src/Phug/Compiler/CompilerEvent.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Phug;

class CompilerEvent
{
    const COMPILE = 'compiler.compile';
    const OUTPUT = 'compiler.output';
    const NODE = 'compiler.node';
    const ELEMENT = 'compiler.element';
}