Documentation

RecipeUpdate
in package

Table of Contents

Properties

$copyFromPackagePaths  : mixed
$lock  : mixed
$newRecipe  : mixed
$newRecipeFiles  : array<string|int, string>
$originalRecipe  : mixed
$originalRecipeFiles  : array<string|int, string>
$rootDir  : mixed

Methods

__construct()  : mixed
addCopyFromPackagePath()  : mixed
addNewFiles()  : mixed
addOriginalFiles()  : mixed
getCopyFromPackagePaths()  : array<string|int, mixed>
getLock()  : Lock
getNewFiles()  : array<string|int, mixed>
getNewRecipe()  : Recipe
getOriginalFiles()  : array<string|int, mixed>
getOriginalRecipe()  : Recipe
getPackageName()  : string
getRootDir()  : string
setNewFile()  : void
setOriginalFile()  : void

Properties

$copyFromPackagePaths

private mixed $copyFromPackagePaths = []

$newRecipeFiles

private array<string|int, string> $newRecipeFiles = []

$originalRecipeFiles

private array<string|int, string> $originalRecipeFiles = []

Methods

addCopyFromPackagePath()

public addCopyFromPackagePath(string $source, string $target) : mixed
Parameters
$source : string
$target : string

addNewFiles()

public addNewFiles(array<string|int, mixed> $files) : mixed
Parameters
$files : array<string|int, mixed>

addOriginalFiles()

public addOriginalFiles(array<string|int, mixed> $files) : mixed
Parameters
$files : array<string|int, mixed>

getCopyFromPackagePaths()

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

getNewFiles()

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

getOriginalFiles()

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

getPackageName()

public getPackageName() : string
Return values
string

getRootDir()

public getRootDir() : string
Return values
string

setNewFile()

public setNewFile(string $filename, string|null $contents) : void
Parameters
$filename : string
$contents : string|null

setOriginalFile()

public setOriginalFile(string $filename, string|null $contents) : void
Parameters
$filename : string
$contents : string|null

        
On this page

Search results