PHP 클래스 MockFS_Node

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

공개 프로퍼티들

프로퍼티 타입 설명
$name
$path The type of the entry 'f' for file, 'd' for Directory
$type The "name" of the entry, does not include a slash (exception, root)

공개 메소드들

메소드 설명
__construct ( $path ) The full path to the entry.
is_dir ( )
is_file ( )

메소드 상세

__construct() 공개 메소드

The full path to the entry.
public __construct ( $path )

is_dir() 공개 메소드

public is_dir ( )

is_file() 공개 메소드

public is_file ( )

프로퍼티 상세

$name 공개적으로 프로퍼티

public $name

$path 공개적으로 프로퍼티

The type of the entry 'f' for file, 'd' for Directory
public $path

$type 공개적으로 프로퍼티

The "name" of the entry, does not include a slash (exception, root)
public $type