Resolve todo in `IFormDocument::build()` documentation
authorMatthias Schmidt <gravatronics@live.com>
Sat, 20 Jan 2018 18:50:55 +0000 (19:50 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 20 Jan 2018 18:50:55 +0000 (19:50 +0100)
See #2509

wcfsetup/install/files/lib/system/form/builder/IFormDocument.class.php

index 79717b77fb654ade2090bc0b5875a10b8eceea67..c27fbd40d31bd8037a3a45cd1666e6e19fefbf9e 100644 (file)
@@ -25,9 +25,9 @@ interface IFormDocument extends IFormParentNode {
        /**
         * Is called once after all nodes have been added to this document.
         * 
-        * This method is intended to trigger `TODO` to allow nodes to perform actions that
-        * require the whole document having finished constructing itself and every parent-
-        * -child relationship being established.
+        * This method is intended to trigger `IFormNode::populate()` to allow nodes to
+        * perform actions that require the whole document having finished constructing
+        * itself and every parent-child relationship being established.
         * 
         * @return      static                          this document
         *