C# Class PHP.Core.LibrarySection

Represents a configuration section defined in a config file.
The section holds the descriptor of the library and it's configuration context. The in-process configuration records are contained in the context.
Mostra file Open project: jadu/Phalanger

Public Properties

Property Type Description
Descriptor PHP.Core.PhpLibraryDescriptor
UserContext ConfigContextBase

Public Methods

Method Description
LibrarySection ( PHP.Core.PhpLibraryDescriptor descriptor ) : System

Method Details

LibrarySection() public method

public LibrarySection ( PHP.Core.PhpLibraryDescriptor descriptor ) : System
descriptor PHP.Core.PhpLibraryDescriptor
return System

Property Details

Descriptor public_oe property

A descriptor of the library owning the section.
public PhpLibraryDescriptor,PHP.Core Descriptor
return PHP.Core.PhpLibraryDescriptor

UserContext public_oe property

User configuration context containing values stored in the section.
public ConfigContextBase,PHP.Core UserContext
return ConfigContextBase