PHP Interface Themosis\Finder\IFinder

Afficher le fichier Open project: themosis/framework

Méthodes publiques

Méthode Description
addPaths ( array $paths ) : mixed Register a list of paths.
find ( string $name ) : string Returns a file path.
getFiles ( ) : array Return a list of found files.
getPaths ( ) : array Return a list of registered paths.

Method Details

addPaths() public méthode

Register a list of paths.
public addPaths ( array $paths ) : mixed
$paths array
Résultat mixed

find() public méthode

Returns a file path.
public find ( string $name ) : string
$name string
Résultat string

getFiles() public méthode

Return a list of found files.
public getFiles ( ) : array
Résultat array

getPaths() public méthode

Return a list of registered paths.
public getPaths ( ) : array
Résultat array