| 1 | <?php |
||
| 9 | class ZendFramework3Initializer |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var string |
||
| 13 | */ |
||
| 14 | protected $configurationFilePath; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param string $configurationFilePath |
||
| 18 | */ |
||
| 19 | public function __construct( |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return \Zend\Mvc\ApplicationInterface |
||
| 27 | */ |
||
| 28 | public function boot(): ApplicationInterface |
||
| 54 | } |
||
| 55 |