C# 클래스 Phun.Templating.PhunFileSystem

Default implementation for template file system.
상속: IFileSystem
파일 보기 프로젝트 열기: noogen/phuncms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
api IPhunApi
config ICmsConfiguration
connector IContentConnector
myUtility Phun.Routing.ResourcePathUtility

공개 메소드들

메소드 설명
PhunFileSystem ( IPhunApi api, IContentConnector connector ) : System

Initializes a new instance of the PhunFileSystem class.

readFileSync ( string filename, string options ) : string

Reads the file sync.

보호된 메소드들

메소드 설명
CacheRetrieve ( string filename ) : string

Caches the retrieve.

메소드 상세

CacheRetrieve() 보호된 메소드

Caches the retrieve.
protected CacheRetrieve ( string filename ) : string
filename string The filename.
리턴 string

PhunFileSystem() 공개 메소드

Initializes a new instance of the PhunFileSystem class.
public PhunFileSystem ( IPhunApi api, IContentConnector connector ) : System
api IPhunApi The API.
connector IContentConnector The connector.
리턴 System

readFileSync() 공개 메소드

Reads the file sync.
public readFileSync ( string filename, string options ) : string
filename string The filename.
options string The options is ignored.
리턴 string

프로퍼티 상세

api 보호되어 있는 프로퍼티

The API
protected IPhunApi api
리턴 IPhunApi

config 보호되어 있는 프로퍼티

The config
protected ICmsConfiguration config
리턴 ICmsConfiguration

connector 보호되어 있는 프로퍼티

The connector
protected IContentConnector connector
리턴 IContentConnector

myUtility 보호되어 있는 프로퍼티

My utility
protected ResourcePathUtility,Phun.Routing myUtility
리턴 Phun.Routing.ResourcePathUtility