C# Class Web.Management.PHP.Config.PHPIniFile

Inheritance: IRemoteObject
Exibir arquivo Open project: projectkudu/PHPManager Class Usage Examples

Private Properties

Property Type Description
AddAllAvailableExtensions void
AddOrUpdateSettings void
GetEnabledExtensionsCount int
GetExtensionSection string
GetSetting PHPIniSetting
Parse void
ParseIniFile IEnumerable
Remove bool
RemoveInlineComment string
Save void
Save void
UpdateExtensions void

Public Methods

Method Description
GetData ( ) : object
PHPIniFile ( string filename ) : System

Loads given php.ini file

SetData ( object o ) : void

Private Methods

Method Description
AddAllAvailableExtensions ( string extensionDir ) : void
AddOrUpdateSettings ( IEnumerable settings ) : void
GetEnabledExtensionsCount ( ) : int
GetExtensionSection ( string extensionName ) : string
GetSetting ( string name ) : PHPIniSetting
Parse ( ) : void
ParseIniFile ( TextReader reader ) : IEnumerable
Remove ( PHPIniBase entry ) : bool
RemoveInlineComment ( string line ) : string
Save ( ) : void
Save ( string filename ) : void
UpdateExtensions ( IEnumerable extensions ) : void

Method Details

GetData() public method

public GetData ( ) : object
return object

PHPIniFile() public method

Loads given php.ini file
public PHPIniFile ( string filename ) : System
filename string Path to php.ini file
return System

SetData() public method

public SetData ( object o ) : void
o object
return void