C# 클래스 PHP.Library.Data.PDOMySQLLibraryDescriptor

PDO MySQL library descriptor.
상속: PHP.Core.PhpLibraryDescriptor
파일 보기 프로젝트 열기: DEVSENSE/PhalangerMySql 1 사용 예제들

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
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.

메소드 상세

CreateConfigContext() 보호된 메소드

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

Loaded() 보호된 메소드

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
리턴 void

ParseConfig() 보호된 메소드

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.
리턴 PHP.Core.ConfigContextBase