12
common/Core/Bootstrap/BootstrapData.php
Executable file
12
common/Core/Bootstrap/BootstrapData.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Common\Core\Bootstrap;
|
||||
|
||||
interface BootstrapData
|
||||
{
|
||||
public function getEncoded(): string;
|
||||
|
||||
public function init(): self;
|
||||
|
||||
public function getThemes(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user