Méthode | Description | |
---|---|---|
__construct ( null $config = null ) | Create a new category path | |
browserPath ( $path ) : string | Browser path is the url path to this root media directory | |
fromDot ( string $path ) : string | Convert dots to slashes in the path | |
serverPath ( $path ) : string | Server path is the real path to the root media directory | |
toDot ( string $path ) : string | Convert slashes into dots in the path |
public __construct ( null $config = null ) | ||
$config | null |
public browserPath ( $path ) : string | ||
$path | ||
Résultat | string |
public serverPath ( $path ) : string | ||
$path | ||
Résultat | string |