Méthode | Description | |
---|---|---|
frontControllerPath ( string $sitePath, string $siteName, string $uri ) : string | Get the fully resolved path to the application's front controller. | |
isStaticFile ( string $sitePath, string $siteName, string $uri ) : string | false | Determine if the incoming request is for a static file. | |
serves ( string $sitePath, string $siteName, string $uri ) : boolean | Determine if the driver serves the request. |
Méthode | Description | |
---|---|---|
asActualFile ( string $sitePath, string $uri ) : string | Concatenate the site path and URI as a single file name. | |
asHtmlIndexFileInDirectory ( string $sitePath, string $uri ) : string | Format the site path and URI with a trailing "index.html". | |
asPhpIndexFileInDirectory ( string $sitePath, string $uri ) : string | Format the site path and URI with a trailing "index.php". | |
asPublicHtmlIndexFile ( string $sitePath ) : string | Format the incoming site path as a "public/index.php" file path. | |
asPublicPhpIndexFile ( string $sitePath ) : string | Format the incoming site path as a "public/index.php" file path. | |
asRootPhpIndexFile ( string $sitePath ) : string | Format the incoming site path as root "index.php" file path. |
protected asPublicHtmlIndexFile ( string $sitePath ) : string | ||
$sitePath | string | |
Résultat | string |
protected asPublicPhpIndexFile ( string $sitePath ) : string | ||
$sitePath | string | |
Résultat | string |
protected asRootPhpIndexFile ( string $sitePath ) : string | ||
$sitePath | string | |
Résultat | string |