*/
public function doBootstrapping () {
// Call generic (parent) bootstrapping method first
- parent::doGenericBootstrapping();
+ parent::bootstrapGenericBootstrapping();
// Now check if the IP address matches one of the bootstrap nodes
if ($this->ifAddressMatchesBootstrappingNodes($_SERVER['SERVER_ADDR'])) {
* @return void
* @todo This method is maybe not yet finished.
*/
- protected function doGenericBootstrapping () {
+ protected function bootstrapGenericBootstrapping () {
// --------------------- Hub-id acquirement phase ---------------------
// Acquire a hub-id. This step generates on first launch a new one and
// on any later launches it will restore the hub-id from the database.
*/
public function doBootstrapping () {
// Call generic (parent) bootstrapping method first
- parent::doGenericBootstrapping();
+ parent::bootstrapGenericBootstrapping();
$this->partialStub('Please implement this method.');
}
*/
public function doBootstrapping () {
// Call generic (parent) bootstrapping method first
- parent::doGenericBootstrapping();
+ parent::bootstrapGenericBootstrapping();
$this->partialStub('Please implement this method.');
}
*/
public function doBootstrapping () {
// Call generic (parent) bootstrapping method first
- parent::doGenericBootstrapping();
+ parent::bootstrapGenericBootstrapping();
$this->partialStub('Please implement this method.');
}