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...
14
public $requested_attributes = [];
15
16
public function __construct(DOMElement $xml = null)
17
{
18
if (!empty($xml) && $xml->localName != self::LOCAL_NAME) {