1 | <?php |
||
3 | abstract class Kint_Parser_Plugin |
||
4 | { |
||
5 | protected $parser; |
||
6 | |||
7 | public function setParser(Kint_Parser $p) |
||
11 | |||
12 | /** |
||
13 | * An array of types (As returned by gettype) for all data this plugin can operate on. |
||
14 | * |
||
15 | * @return array List of types |
||
16 | */ |
||
17 | public function getTypes() |
||
21 | |||
22 | public function getTriggers() |
||
26 | |||
27 | abstract public function parse(&$variable, Kint_Object &$o, $trigger); |
||
28 | } |
||
29 |
This check examines a number of code elements and verifies that they conform to the given naming conventions.
You can set conventions for local variables, abstract classes, utility classes, constant, properties, methods, parameters, interfaces, classes, exceptions and special methods.