PHP 클래스 Swiftriver\Core\Configuration\ConfigurationHandlers\DALConfigurationHandler

상속: extends BaseConfigurationHandler
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 프로퍼티들

프로퍼티 타입 설명
$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