PHP Interface Contao\CoreBundle\Config\ResourceFinderInterface

Show file Open project: contao/core-bundle Interface Usage Examples

Public Methods

Method 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 method

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

findIn() public method

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