PHP Class JoomlaValetDriver

Inheritance: extends BasicValetDriver
Datei anzeigen Open project: cpriego/valet-ubuntu

Public Methods

Method Description
frontControllerPath ( string $sitePath, string $siteName, string $uri ) : string Get the fully resolved path to the application's front controller.
serves ( string $sitePath, string $siteName, string $uri ) : boolean Determine if the driver serves the request.

Method Details

frontControllerPath() public method

Get the fully resolved path to the application's front controller.
public frontControllerPath ( string $sitePath, string $siteName, string $uri ) : string
$sitePath string
$siteName string
$uri string
return string

serves() public method

Determine if the driver serves the request.
public serves ( string $sitePath, string $siteName, string $uri ) : boolean
$sitePath string
$siteName string
$uri string
return boolean