__construct() публичный Метод

App constructor.
public __construct ( array $options = [] )
$options array
Пример #1
0
 public function __construct(array $options = array())
 {
     parent::__construct($options);
     $this->booted = true;
     // Force it to not boot
 }