1 | <?php |
||
22 | abstract class AutocompleteHelper |
||
|
|||
23 | { |
||
24 | /** |
||
25 | * @param Session $session |
||
26 | * @param NodeElement $element |
||
27 | * @param string $value |
||
28 | */ |
||
29 | public static function chooseValue(Session $session, NodeElement $element, $value) |
||
44 | |||
45 | /** |
||
46 | * @param Session $session |
||
47 | */ |
||
48 | private static function waitForAsynchronousActionsToFinish(Session $session) |
||
52 | |||
53 | /** |
||
54 | * @param Session $session |
||
55 | * @param NodeElement $element |
||
56 | */ |
||
57 | private static function waitForElementToBeVisible(Session $session, NodeElement $element) |
||
64 | } |
||
65 |
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.