Viewing File: /home/markqprx/iniasli.pro/Core/Bootstrap/BootstrapData.php

<?php

namespace Common\Core\Bootstrap;

interface BootstrapData
{
    public function getEncoded(): string;

    public function init(): self;

    public function getThemes(): array;
}
Back to Directory File Manager