PHP 인터페이스 Contao\CoreBundle\Config\ResourceFinderInterface

파일 보기 프로젝트 열기: contao/core-bundle 0 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

find() 공개 메소드

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

findIn() 공개 메소드

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