C# Class PHP.Library.Data.PDOMySQLGlobalConfig

Global configuration.
Inheritance: IPhpConfiguration, IPhpConfigurationSection
Afficher le fichier Open project: DEVSENSE/PhalangerMySql Class Usage Examples

Méthodes publiques

Méthode Description
DeepCopy ( ) : IPhpConfiguration

Creates a deep copy of the configuration record.

Parse ( string name, string value, XmlNode node ) : bool

Parses XML configuration file.

Method Details

DeepCopy() public méthode

Creates a deep copy of the configuration record.
public DeepCopy ( ) : IPhpConfiguration
Résultat IPhpConfiguration

Parse() public méthode

Parses XML configuration file.
public Parse ( string name, string value, XmlNode node ) : bool
name string
value string
node System.Xml.XmlNode
Résultat bool