1 | <?php |
||
12 | final class SniffPropertyValuesExtractor |
||
13 | { |
||
14 | 3 | public function extractFromRuleXmlElement(SimpleXMLElement $ruleElement) : array |
|
31 | |||
32 | /** |
||
33 | * @return array|string |
||
34 | */ |
||
35 | 2 | private function resolveValue(SimpleXMLElement $property) |
|
43 | |||
44 | 2 | private function isArrayValue(SimpleXMLElement $property) : bool |
|
48 | |||
49 | 1 | private function resolveArrayValue(SimpleXMLElement $arrayProperty) : array |
|
67 | } |
||
68 |