1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-20 05:21:29 +02:00

Bump version to 3.0.210, plus some minor documentation updates

This commit is contained in:
Ryan Cramer
2023-01-06 13:22:30 -05:00
parent d45a6be4df
commit cc43f8e676
5 changed files with 15 additions and 8 deletions

View File

@@ -3,8 +3,10 @@
/**
* RepeaterPage represents an individual repeater page item
*
* ProcessWire 3.x, Copyright 2021 by Ryan Cramer
* ProcessWire 3.x, Copyright 2023 by Ryan Cramer
* https://processwire.com
*
* @property-read int $depth
*
*/
@@ -226,6 +228,11 @@ class RepeaterPage extends Page {
$this->depth = $depth;
}
/* @todo
public function depthParent() { }
public function depthChildren() { }
*/
/**
* Is this page public?
*