Initial
This commit is contained in:
10
web/src/app/WebApp/InstallerInterface.php
Normal file
10
web/src/app/WebApp/InstallerInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Hestia\WebApp;
|
||||
|
||||
interface InstallerInterface {
|
||||
public function install(array $options = null);
|
||||
public function getDocRoot(string $append_relative_path = null): string;
|
||||
public function withDatabase(): bool;
|
||||
}
|
||||
Reference in New Issue
Block a user