| 1 | <?php |
||
| 3 | class Kint_Object_Parameter extends Kint_Object |
||
| 4 | { |
||
| 5 | public $type_hint = null; |
||
| 6 | public $default = null; |
||
| 7 | public $position = null; |
||
| 8 | public $hints = array('parameter'); |
||
| 9 | |||
| 10 | public function getType() |
||
| 14 | |||
| 15 | public function getName() |
||
| 19 | |||
| 20 | public function __construct(ReflectionParameter $param) |
||
| 66 | |||
| 67 | public function getDefault() |
||
| 71 | } |
||
| 72 |
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.