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