PHP 클래스 DbPatch_Command_Patch_PHP

저자: Sandy Pleyte
저자: Martijn De Letter
저자: Rudi de Vries
상속: extends DbPatch_Command_Patch_Abstract
파일 보기 프로젝트 열기: dbpatch/dbpatch

보호된 프로퍼티들

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