1 | <?php |
||
13 | class Find extends VOArray |
||
14 | { |
||
15 | /** |
||
16 | * @param Notation $notation |
||
17 | * @return bool |
||
18 | */ |
||
19 | 1 | 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 | 2 | public function voArray(VOArray $arrayValueObject) |
|
51 | |||
52 | /** |
||
53 | * @param $arrayValue |
||
54 | * @return int|string |
||
55 | */ |
||
56 | 2 | public function keyFromArrayValue($arrayValue) |
|
66 | } |
||
67 |
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.