PHP Class Swiftriver\Core\Configuration\ConfigurationHandlers\DALConfigurationHandler

Inheritance: extends BaseConfigurationHandler
Show file Open project: ushahidi/Swiftriver-2011

Public Properties

Property Type Description
$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

Public Methods

Method Description
__construct ( string $configurationFilePath ) Constructor for the DALConfigurationHandler

Method Details

__construct() public method

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

Property Details

$DataContextDirectory public property

The directory in which the $this->DataContectType class is location relative to the Modules Directory
public string $DataContextDirectory
return string

$DataContextType public property

The PHP5.3 namespace quialified class name of the implemetor of the Swiftriver\DAL\DataContectInterfaces\IDataContext
public Type $DataContextType
return Type