%PDF- %PDF-
| Direktori : /home/graphicd/www/vebto/common/Core/Bootstrap/ |
| Current File : /home/graphicd/www/vebto/common/Core/Bootstrap/BootstrapData.php |
<?php
namespace Common\Core\Bootstrap;
interface BootstrapData
{
/**
* Get data needed to bootstrap the application.
*
* @return string
*/
public function getEncoded(): string;
/**
* @return self
*/
public function init();
public function getThemes(): array;
}