We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e927d0 commit 1f8ec84Copy full SHA for 1f8ec84
tutorial/Tutorial.md
@@ -168,7 +168,7 @@ See the API doc for a list of all supported types.
168
foreach ($node->getPropertiesValues() as $name => $value) {
169
echo "$name: $value\n";
170
}
171
- // get the properties of this node with a name starting with 'a'
+ // get the properties of this node with a name starting with 't'
172
foreach ($node->getPropertiesValues("t*") as $name => $value) {
173
174
0 commit comments