1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 02:04:35 +02:00

Add Lister bookmarks support to ProcessUser

This commit is contained in:
Ryan Cramer
2020-11-27 13:26:56 -05:00
parent 1f40c96dbf
commit 9d01111f82
4 changed files with 85 additions and 29 deletions

View File

@@ -31,7 +31,7 @@
* @method string pagePathName($varName) Sanitize to what could be a valid page path in ProcessWire
* @method string email($varName) Sanitize email address, converting to blank if invalid
* @method string emailHeader($varName) Sanitize string for use in an email header
* @method string text($varName) Sanitize to single line of text up to 255 characters (1024 bytes max), HTML markup is removed
* @method string text($varName, $options = array()) Sanitize to single line of text up to 255 characters (1024 bytes max), HTML markup is removed
* @method string textarea($varName) Sanitize to multi-line text up to 16k characters (48k bytes), HTML markup is removed
* @method string url($varName) Sanitize to a valid URL, or convert to blank if it can't be sanitized
* @method string selectorField($varName) Sanitize a field name for use in a selector string