PHP 클래스 Inpsyde_Directory_Load

저자: Inpsyde GmbH, toscho
상속: implements Inpsyde_Autoload_Rule_Interface
파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
__construct ( string $dir ) Constructor.
load ( string $name ) : boolean Parse class/trait/interface name and load file.

비공개 메소드들

메소드 설명
read_files ( ) : array Read the existing files once.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $dir )
$dir string

load() 공개 메소드

Parse class/trait/interface name and load file.
public load ( string $name ) : boolean
$name string
리턴 boolean