class Site

Methods

static SiteInterface
fromPaths(array $paths)

No description

static bool
hasConfigFile(string $basePath)

No description

static Config
loadConfig(string $basePath)

No description

static array
loadExtenders(string $basePath)

No description

Details

static SiteInterface fromPaths(array $paths)

Parameters

array $paths

Return Value

SiteInterface

static protected bool hasConfigFile(string $basePath)

Parameters

string $basePath

Return Value

bool

static protected Config loadConfig(string $basePath)

Parameters

string $basePath

Return Value

Config

static protected array loadExtenders(string $basePath)

Parameters

string $basePath

Return Value

array