PHP Класс Swiftriver\Core\Configuration\ConfigurationHandlers\DALConfigurationHandler

Наследование: extends BaseConfigurationHandler
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$DataContextDirectory string The directory in which the $this->DataContectType class is location relative to the Modules Directory
$DataContextType Type The PHP5.3 namespace quialified class name of the implemetor of the Swiftriver\DAL\DataContectInterfaces\IDataContext

Открытые методы

Метод Описание
__construct ( string $configurationFilePath ) Constructor for the DALConfigurationHandler

Описание методов

__construct() публичный Метод

Constructor for the DALConfigurationHandler
public __construct ( string $configurationFilePath )
$configurationFilePath string

Описание свойств

$DataContextDirectory публичное свойство

The directory in which the $this->DataContectType class is location relative to the Modules Directory
public string $DataContextDirectory
Результат string

$DataContextType публичное свойство

The PHP5.3 namespace quialified class name of the implemetor of the Swiftriver\DAL\DataContectInterfaces\IDataContext
public Type $DataContextType
Результат Type