This class sets various app settings, and allows you to override classes used in the bootup process.
Автор: Paul Dragoonis (paul@ppi.io)
Автор: Vítor Brandão (vitor@ppi.io)
Наследование: implements PPI\Framework\AppInterface
Пример #1
0
 public function __construct(array $options = array())
 {
     parent::__construct($options);
     $this->booted = true;
     // Force it to not boot
 }
Пример #2
0
 public function boot()
 {
     parent::boot();
     return $this;
 }