*/ abstract class Bootstrapper extends Object { public function init() { $this->boot(); } protected abstract function boot(); }