PHP Interface Contao\CoreBundle\Config\ResourceFinderInterface

Afficher le fichier Open project: contao/core-bundle Interface Usage Examples

Méthodes publiques

Méthode Description
find ( ) : Finder Returns a Finder object with the resource paths set.
findIn ( string $subpath ) : Finder Appends the subpath to the resource paths and returns a Finder object.

Method Details

find() public méthode

Returns a Finder object with the resource paths set.
public find ( ) : Finder
Résultat Symfony\Component\Finder\Finder

findIn() public méthode

Appends the subpath to the resource paths and returns a Finder object.
public findIn ( string $subpath ) : Finder
$subpath string
Résultat Symfony\Component\Finder\Finder