PHP Class DbPatch_Command_Patch_PHP_Environment

Author: Sandy Pleyte
Author: Martijn De Letter
Afficher le fichier Open project: dbpatch/dbpatch Class Usage Examples

Protected Properties

Свойство Type Description
$config null | DbPatch_Core_Config
$db null | Zend_Db_Adapter_Abstract
$writer null | DbPatch_Core_Writer

Méthodes publiques

Méthode Description
getConfig ( ) : DbPatch_Core_Config | null
getDb ( ) : null | Zend_Db_Adapter_Abstract
getWriter ( ) : DbPatch_Core_Writer | null
install ( $filename ) Install the php patch
setConfig ( DbPatch_Core_Config $config ) : DbPatch_Command_Patch_Abstract
setDb ( Zend_Db_Adapter_Abstract $db ) : DbPatch_Command_Patch_Abstract
setWriter ( DbPatch_Core_Writer $writer ) : DbPatch_Command_Patch_Abstract

Method Details

getConfig() public méthode

public getConfig ( ) : DbPatch_Core_Config | null
Résultat DbPatch_Core_Config | null

getDb() public méthode

public getDb ( ) : null | Zend_Db_Adapter_Abstract
Résultat null | Zend_Db_Adapter_Abstract

getWriter() public méthode

public getWriter ( ) : DbPatch_Core_Writer | null
Résultat DbPatch_Core_Writer | null

install() public méthode

Install the php patch
public install ( $filename )

setConfig() public méthode

public setConfig ( DbPatch_Core_Config $config ) : DbPatch_Command_Patch_Abstract
$config DbPatch_Core_Config
Résultat DbPatch_Command_Patch_Abstract

setDb() public méthode

public setDb ( Zend_Db_Adapter_Abstract $db ) : DbPatch_Command_Patch_Abstract
$db Zend_Db_Adapter_Abstract
Résultat DbPatch_Command_Patch_Abstract

setWriter() public méthode

public setWriter ( DbPatch_Core_Writer $writer ) : DbPatch_Command_Patch_Abstract
$writer DbPatch_Core_Writer
Résultat DbPatch_Command_Patch_Abstract

Property Details

$config protected_oe property

protected null|DbPatch_Core_Config $config
Résultat null | DbPatch_Core_Config

$db protected_oe property

protected null|Zend_Db_Adapter_Abstract $db
Résultat null | Zend_Db_Adapter_Abstract

$writer protected_oe property

protected null|DbPatch_Core_Writer $writer
Résultat null | DbPatch_Core_Writer