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 347b5f0 commit 0a587ddCopy full SHA for 0a587dd
src/Aspose/Tasks/ObjectSerializer.php
@@ -108,19 +108,6 @@ public static function sanitizeFilename($filename)
108
}
109
110
111
- /*
112
- * Take value and turn it into a string suitable for inclusion in
113
- * the path, by url-encoding.
114
- *
115
- * @param string $value a string which will be part of the path
116
117
- * @return string the serialized object
118
- */
119
- public static function toPathValue($value)
120
- {
121
- return rawurlencode(self::toString($value));
122
- }
123
-
124
/*
125
* Take value and turn it into a string suitable for inclusion in
126
* the query, by imploding comma-separated if it's an object.
0 commit comments