C# Class WebEngine.Websites.IndexPHP

ファイルを表示 Open project: CellAO/CellAO-NightPredator

Public Methods

Method Description
CreateContent ( ) : void

Create the content here

GetCSSContent ( ) : void

Gets the content of css files.

IndexPHP ( ) : System
WriteFile ( ) : void

Merge and write your file

Private Methods

Method Description
CreateMergedFile ( List sbody ) : void

Gets the content of css files.

Method Details

CreateContent() public method

Create the content here
public CreateContent ( ) : void
return void

GetCSSContent() public method

Gets the content of css files.
public GetCSSContent ( ) : void
return void

IndexPHP() public method

public IndexPHP ( ) : System
return System

WriteFile() public method

Merge and write your file
public WriteFile ( ) : void
return void