PHP Класс DbPatch_Command_Patch_PHP

Автор: Sandy Pleyte
Автор: Martijn De Letter
Автор: Rudi de Vries
Наследование: extends DbPatch_Command_Patch_Abstract
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$data array

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

Метод Описание
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

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

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

Apply the PHP Patch
public apply ( ) : boolean
Результат boolean

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

Create PHP Patch file
public create ( string $description, string $patchDirectory, string $patchPrefix ) : void
$description string
$patchDirectory string
$patchPrefix string
Результат void

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

public getContents ( ) : string
Результат string

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

Return the first line (after
public getDescription ( ) : string
Результат string

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

public getType ( ) : string
Результат string

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

$data защищенное свойство

protected array $data
Результат array