public static emit ( string $type, string $file, integer $line, variadic |
||
$type | string | The type of the issue |
$file | string | The name of the file where the issue was found |
$line | integer | The line number (start) where the issue was found |
$template_parameters | variadic |
Any template parameters required for the issue message |
리턴 | void |