Property | Type | Description | |
---|---|---|---|
$fileName | file의 기본 파일명 |
Method | Description | |
---|---|---|
__construct ( string $fileName ) | MetaFileReader constructor. | |
read ( string $path, string $fileName = null ) : mixed | 주어진 path에 위치한 fileName을 가진 파일의 데이터를 읽어들여 object 형태로 반환한다. |
Method | Description | |
---|---|---|
getFileContents ( string $path ) : string | getFileContents |
public __construct ( string $fileName ) | ||
$fileName | string | 기본파일명 |
protected getFileContents ( string $path ) : string | ||
$path | string | file path |
return | string |