C# Class Phun.Templating.PhunFileSystem

Default implementation for template file system.
Inheritance: IFileSystem
Afficher le fichier Open project: noogen/phuncms Class Usage Examples

Protected Properties

Свойство Type Description
api IPhunApi
config ICmsConfiguration
connector IContentConnector
myUtility Phun.Routing.ResourcePathUtility

Méthodes publiques

Méthode Description
PhunFileSystem ( IPhunApi api, IContentConnector connector ) : System

Initializes a new instance of the PhunFileSystem class.

readFileSync ( string filename, string options ) : string

Reads the file sync.

Méthodes protégées

Méthode Description
CacheRetrieve ( string filename ) : string

Caches the retrieve.

Method Details

CacheRetrieve() protected méthode

Caches the retrieve.
protected CacheRetrieve ( string filename ) : string
filename string The filename.
Résultat string

PhunFileSystem() public méthode

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

readFileSync() public méthode

Reads the file sync.
public readFileSync ( string filename, string options ) : string
filename string The filename.
options string The options is ignored.
Résultat string

Property Details

api protected_oe property

The API
protected IPhunApi api
Résultat IPhunApi

config protected_oe property

The config
protected ICmsConfiguration config
Résultat ICmsConfiguration

connector protected_oe property

The connector
protected IContentConnector connector
Résultat IContentConnector

myUtility protected_oe property

My utility
protected ResourcePathUtility,Phun.Routing myUtility
Résultat Phun.Routing.ResourcePathUtility