PHP 클래스 Elgg\Includer

파일 보기 프로젝트 열기: elgg/elgg 1 사용 예제들

공개 메소드들

메소드 설명
includeFile ( string $file ) : mixed Include a file with as little context as possible
requireFile ( string $file ) : mixed Require a file with as little context as possible

메소드 상세

includeFile() 공개 정적인 메소드

Include a file with as little context as possible
public static includeFile ( string $file ) : mixed
$file string File to include
리턴 mixed

requireFile() 공개 정적인 메소드

Require a file with as little context as possible
public static requireFile ( string $file ) : mixed
$file string File to require
리턴 mixed