PHP Class DbPatch_Command_Patch_PHP

Author: Sandy Pleyte
Author: Martijn De Letter
Author: Rudi de Vries
Inheritance: extends DbPatch_Command_Patch_Abstract
Afficher le fichier Open project: dbpatch/dbpatch

Protected Properties

Свойство Type Description
$data array

Méthodes publiques

Méthode Description
apply ( ) : boolean Apply the PHP Patch
create ( string $description, string $patchDirectory, string $patchPrefix ) : void Create PHP Patch file
getContents ( ) : string
getDescription ( ) : string Return the first line (after
getType ( ) : string

Method Details

apply() public méthode

Apply the PHP Patch
public apply ( ) : boolean
Résultat boolean

create() public méthode

Create PHP Patch file
public create ( string $description, string $patchDirectory, string $patchPrefix ) : void
$description string
$patchDirectory string
$patchPrefix string
Résultat void

getContents() public méthode

public getContents ( ) : string
Résultat string

getDescription() public méthode

Return the first line (after
public getDescription ( ) : string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

Property Details

$data protected_oe property

protected array $data
Résultat array