PHP Interface Nelmio\Alice\FileLocatorInterface

Afficher le fichier Open project: nelmio/alice Interface Usage Examples

Méthodes publiques

Méthode Description
locate ( string $name, string $currentPath = null ) : string

Method Details

locate() public méthode

public locate ( string $name, string $currentPath = null ) : string
$name string Name of the file to locate
$currentPath string Path in which the file can be found
Résultat string The full path to the file