PHP 인터페이스 Themosis\Finder\IFinder

파일 보기 프로젝트 열기: themosis/framework

공개 메소드들

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

메소드 상세

addPaths() 공개 메소드

Register a list of paths.
public addPaths ( array $paths ) : mixed
$paths array
리턴 mixed

find() 공개 메소드

Returns a file path.
public find ( string $name ) : string
$name string
리턴 string

getFiles() 공개 메소드

Return a list of found files.
public getFiles ( ) : array
리턴 array

getPaths() 공개 메소드

Return a list of registered paths.
public getPaths ( ) : array
리턴 array