1 | <?php |
||
13 | trait Find |
||
14 | { |
||
15 | /** |
||
16 | * @param Notation $notation |
||
17 | * @return bool |
||
18 | */ |
||
19 | 2 | public function jsonNotation(Notation $notation) |
|
23 | |||
24 | /** |
||
25 | * @param array $array |
||
26 | * @return bool|mixed |
||
27 | */ |
||
28 | 1 | public function nativeArray(array $array) |
|
32 | |||
33 | /** |
||
34 | * Iterates through an array of values and finds a key. If it makes it to the final value, |
||
35 | * it returns what ever value matches that key. |
||
36 | * |
||
37 | * @param VOArray $arrayValueObject |
||
38 | * @return bool|mixed |
||
39 | */ |
||
40 | 3 | public function voArray(VOArray $arrayValueObject) |
|
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.