Method |
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. |
|