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:
@@ -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?
|
||||
*
|
||||
|
Reference in New Issue
Block a user