Deprecated: Return type of Poodle\XMPP\XMLNode::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/xmpp/xmlnode.php on line 36
Deprecated: Return type of Poodle\XMPP\XMLNode::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/xmpp/xmlnode.php on line 37
Deprecated: Return type of Poodle\XMPP\XMLNode::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/xmpp/xmlnode.php on line 46
Deprecated: Return type of Poodle\XMPP\XMLNode::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/xmpp/xmlnode.php on line 47
class Poodle\XMPP\XMLNodeImplements: ArrayAccess
Properties public $attributes $children $name $ns $parent $value
Methods public attributeIsTrue ( $name ) getChildByName ( $name ) offsetExists ( $k ) offsetGet ( $k ) offsetSet ( $k, $v ) offsetUnset ( $k )
|