C# Class PHP.Library.Data.PDOMySQLLibraryDescriptor

PDO MySQL library descriptor.
Inheritance: PHP.Core.PhpLibraryDescriptor
显示文件 Open project: DEVSENSE/PhalangerMySql Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
CreateConfigContext ( ) : ConfigContextBase

Creates empty library configuration context.

Loaded ( PHP.Core.PhpLibraryAttribute assemblyAttribute, LibraryConfigStore configStore ) : void

Called by the Core after the library is loaded.

ParseConfig ( ConfigContextBase result, PhpConfigurationContext context, XmlNode section ) : ConfigContextBase

Parses a configuration section belonging to the MySql library.

Method Details

CreateConfigContext() protected method

Creates empty library configuration context.
protected CreateConfigContext ( ) : ConfigContextBase
return PHP.Core.ConfigContextBase

Loaded() protected method

Called by the Core after the library is loaded.
protected Loaded ( PHP.Core.PhpLibraryAttribute assemblyAttribute, LibraryConfigStore configStore ) : void
assemblyAttribute PHP.Core.PhpLibraryAttribute
configStore PHP.Core.LibraryConfigStore
return void

ParseConfig() protected method

Parses a configuration section belonging to the MySql library.
protected ParseConfig ( ConfigContextBase result, PhpConfigurationContext context, XmlNode section ) : ConfigContextBase
result PHP.Core.ConfigContextBase A configuration context.
context PHP.Core.PhpConfigurationContext The context of the configuration created by Phalanger Core.
section System.Xml.XmlNode A XML node containing the configuration or its part.
return PHP.Core.ConfigContextBase