File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 29
29
*
30
30
* @method Response getText($padID, $rev = null) returns the text of a pad
31
31
* @method Response setText($padID, $text) sets the text of a pad
32
+ * @method Response appendText($padID, $text) appends text to a pad
32
33
* @method Response getHTML($padID, $rev = null) returns the text of a pad formatted as HTML
33
34
* @method Response setHTML($padID, $html) sets the html of a pad
34
35
* @method Response getAttributePool($padID) returns the attribute pool of a pad
@@ -140,6 +141,7 @@ public static function getMethods()
140
141
'listSessionsOfAuthor ' => array ('authorID ' ),
141
142
'getText ' => array ('padID ' , 'rev ' ),
142
143
'setText ' => array ('padID ' , 'text ' ),
144
+ 'appendText ' => array ('padID ' , 'text ' ),
143
145
'getHTML ' => array ('padID ' , 'rev ' ),
144
146
'setHTML ' => array ('padID ' , 'html ' ),
145
147
'getAttributePool ' => array ('padID ' ),
You can’t perform that action at this time.
0 commit comments