Documentation

RecipePatch
in package

Table of Contents

$blobs  : mixed
$deletedFiles  : mixed
$patch  : mixed
$removedPatches  : mixed
__construct()  : mixed
getBlobs()  : array<string|int, mixed>
getDeletedFiles()  : array<string|int, mixed>
getPatch()  : string
getRemovedPatches()  : array<string|int, mixed>
Patches for modified files that were removed because the file has been deleted in the user's project.

Properties

Methods

__construct()

public __construct(string $patch, array<string|int, mixed> $blobs, array<string|int, mixed> $deletedFiles[, array<string|int, mixed> $removedPatches = [] ]) : mixed
Parameters
$patch : string
$blobs : array<string|int, mixed>
$deletedFiles : array<string|int, mixed>
$removedPatches : array<string|int, mixed> = []
Return values
mixed

getBlobs()

public getBlobs() : array<string|int, mixed>
Return values
array<string|int, mixed>

getDeletedFiles()

public getDeletedFiles() : array<string|int, mixed>
Return values
array<string|int, mixed>

getPatch()

public getPatch() : string
Return values
string

getRemovedPatches()

Patches for modified files that were removed because the file has been deleted in the user's project.

public getRemovedPatches() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results