C# Класс Phun.Templating.PhunFileSystem

Default implementation for template file system.
Наследование: IFileSystem
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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