1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 00:37:02 +02:00

Various minor code and documentation updates

This commit is contained in:
Ryan Cramer
2022-07-15 15:30:08 -04:00
parent c48ed61e06
commit 69a63c1572
11 changed files with 175 additions and 95 deletions

View File

@@ -52,6 +52,7 @@
* @method string setupPageName(Page $page, array $options = array()) Determine and populate a name for the given page. #pw-internal
* @method void insertBefore(Page $page, Page $beforePage) Insert one page as a sibling before another. #pw-advanced
* @method void insertAfter(Page $page, Page $afterPage) Insert one page as a sibling after another. #pw-advanced
* @method bool touch($pages, $options = null, $type = 'modified') Update page modification time to now (or the given modification time). #pw-group-manipulation
*
* METHODS PURELY FOR HOOKS
* ========================