1 | <?php |
||
12 | class KeyValueWriter |
||
13 | { |
||
14 | 149 | public static function apply(XMLDocumentInterface $element, array $attributes) |
|
20 | |||
21 | /** |
||
22 | * @param \DOMNode $element |
||
23 | * @param array $except |
||
24 | * |
||
25 | * @return array |
||
26 | */ |
||
27 | 10 | public static function allAttributes(\DOMNode $element, array $except = []) |
|
40 | |||
41 | 3 | public static function styleArrayToString(array $input) |
|
45 | |||
46 | 4 | public static function array2String(array $input, $keyValueDelimiter, $valueEndDelimiter) |
|
60 | } |
An attempt at access to an undefined property has been detected. This may either be a typographical error or the property has been renamed but there are still references to its old name.
If you really want to allow access to undefined properties, you can define magic methods to allow access. See the php core documentation on Overloading.