The doc comment $requested_attributes at position 0 could not be parsed: Unknown type name '$requested_attributes' at position 0 in $requested_attributes.
Loading history...
15
public $requested_attributes = [];
16
17
public function __construct(DOMElement $xml = null)
18
{
19
if (!empty($xml) && $xml->localName != self::LOCAL_NAME) {