}
/**
- * Starts the dht-node-list
+ * Starts the dht-nodes-list
*
* @return void
*/
- protected function startDhtNodeList () {
+ protected function startDhtNodesList () {
// Push the node name on the stacker
$this->getStackerInstance()->pushNamed('node_dht_bootstrap_answer', self::DHT_BOOTSTRAP_DATA_NODE_LIST);
}
/**
- * Finishes the dht-node-list
+ * Finishes the dht-nodes-list
*
* @return void
*/
- protected function finishDhtNodeList () {
+ protected function finishDhtNodesList () {
// Pop the last entry
$this->getStackerInstance()->popNamed('node_dht_bootstrap_answer');
}