PHP 클래스 Papi_Admin_View, papi

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

보호된 프로퍼티들

프로퍼티 타입 설명
$path string Path to view dir.

공개 메소드들

메소드 설명
__construct ( string $path = '' ) The constructor.
exists ( string $file ) : boolean Check if file exists.
render ( string $file ) : string Render file.

보호된 메소드들

메소드 설명
file ( string $file ) : string Get full path to file with php exstention.

메소드 상세

__construct() 공개 메소드

The constructor.
public __construct ( string $path = '' )
$path string

exists() 공개 메소드

Check if file exists.
public exists ( string $file ) : boolean
$file string
리턴 boolean

file() 보호된 메소드

Get full path to file with php exstention.
protected file ( string $file ) : string
$file string
리턴 string

render() 공개 메소드

Render file.
public render ( string $file ) : string
$file string
리턴 string

프로퍼티 상세

$path 보호되어 있는 프로퍼티

Path to view dir.
protected string $path
리턴 string