Skip to content

Commit 995f2d7

Browse files
Add missing static attribute to OOP xmlLoadFile and xmlLoadString
1 parent bde2aa8 commit 995f2d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

functions/XML/xmlLoadFile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ shared: &shared
22
name: 'xmlLoadFile'
33
oop:
44
entity: XML
5+
static: true
56
method: load
67
description: |
78
This function provides an alternative way to load XML files to [getResourceConfig](/getResourceConfig). This function loads an XML file and returns the node by specifying a specific file path, while [getResourceConfig](/getResourceConfig) allows for loading an XML file from a resource.

functions/XML/xmlLoadString.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ shared: &shared
22
name: 'xmlLoadString'
33
oop:
44
entity: XML
5+
static: true
56
method: loadstring
67
description: |
78
This function creates an [xmlnode](/xmlnode) from a string input.

0 commit comments

Comments
 (0)