@@ -8,6 +8,9 @@ |
||
8 | 8 | { |
9 | 9 | use xsdRestrictions; |
10 | 10 | |
11 | + /** |
|
12 | + * @param string $string |
|
13 | + */ |
|
11 | 14 | public function isTPathValid($string) |
12 | 15 | { |
13 | 16 | // The below pattern represents the allowed identifiers in ECMA specification plus the '/' for path segment |