| 1 | <?php |
||
| 3 | class Kint_Object_Instance extends Kint_Object |
||
|
|
|||
| 4 | { |
||
| 5 | public $type = 'object'; |
||
| 6 | public $classname; |
||
| 7 | public $hash; |
||
| 8 | public $filename; |
||
| 9 | public $startline; |
||
| 10 | public $hints = array('object'); |
||
| 11 | |||
| 12 | public static function sortByHierarchy($a, $b) |
||
| 34 | |||
| 35 | public function transplant(Kint_Object $new) |
||
| 45 | |||
| 46 | public function getType() |
||
| 50 | } |
||
| 51 |
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.