PHP Класс App\Services\Deployment\DeployerRecipeFileBuilder

Наследование: implements App\Services\Deployment\DeployerFileBuilderInterface
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$deployerFile
$fs
$recipe

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

Метод Описание
__construct ( App\Services\Filesystem\FilesystemInterface $fs, DeployerFile $deployerFile )
__destruct ( )
getResult ( ) : DeployerFile Get a recipe file instance.
pathInfo ( ) : DeployerRecipeFileBuilder Set a recipe file path info.
put ( ) : DeployerRecipeFileBuilder Put a recipe file.
setRecipe ( Model $recipe ) : DeployerRecipeFileBuilder Set a recipe model instance.

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

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

public __construct ( App\Services\Filesystem\FilesystemInterface $fs, DeployerFile $deployerFile )
$fs App\Services\Filesystem\FilesystemInterface
$deployerFile DeployerFile

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

public __destruct ( )

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

Get a recipe file instance.
public getResult ( ) : DeployerFile
Результат DeployerFile

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

Set a recipe file path info.
public pathInfo ( ) : DeployerRecipeFileBuilder
Результат DeployerRecipeFileBuilder $this

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

Put a recipe file.
public put ( ) : DeployerRecipeFileBuilder
Результат DeployerRecipeFileBuilder $this

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

Set a recipe model instance.
public setRecipe ( Model $recipe ) : DeployerRecipeFileBuilder
$recipe Illuminate\Database\Eloquent\Model
Результат DeployerRecipeFileBuilder $this

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

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

protected $deployerFile

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

protected $fs

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

protected $recipe