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

Показать файл Открыть проект

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

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

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

Метод Описание
__construct ( App\Services\Deployment\DeployerFileBuilderInterface $fileBuilder )
construct ( ) : DeployerFile Construct a deployer file instance.

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

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

public __construct ( App\Services\Deployment\DeployerFileBuilderInterface $fileBuilder )
$fileBuilder App\Services\Deployment\DeployerFileBuilderInterface

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

Construct a deployer file instance.
public construct ( ) : DeployerFile
Результат DeployerFile

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

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

protected $fileBuilder