]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/master/class_HubMasterNode.php
Added announcement answer XML, template engine and acceptance of announcements
[hub.git] / application / hub / main / nodes / master / class_HubMasterNode.php
index 19ec9b0938e7df65b5c45ab0708100803b0a58b1..4b89637348ca3e10d213a8614b3caf84c498fcbf 100644 (file)
@@ -58,7 +58,11 @@ class HubMasterNode extends BaseHubNode implements NodeHelper, Registerable {
         * @todo        Implement this method
         */
        public function doBootstrapping () {
-               $this->partialStub();
+               // Enable acceptance of announcements
+               $this->enableAcceptingAnnouncements();
+
+               // Do more steps
+               $this->partialStub('Please implement more boot-strapping steps!');
        }
 
        /**