App\Services\Deployment\DeployerFileDirector::__construct PHP Метод

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

public __construct ( App\Services\Deployment\DeployerFileBuilderInterface $fileBuilder )
$fileBuilder App\Services\Deployment\DeployerFileBuilderInterface
    public function __construct(DeployerFileBuilderInterface $fileBuilder)
    {
        $this->fileBuilder = $fileBuilder;
    }
DeployerFileDirector