Documentation

HordeLocalFileWriter
in package

Table of Contents

$apps  : array<string|int, mixed>
List of apps
$configDir  : string
$filesystem  : Filesystem
$vendorDir  : string
$webDir  : string
__construct()  : mixed
Undocumented function
run()  : void
_legacyWorkaround()  : string
Legacy support
processApp()  : void

Properties

Methods

__construct()

Undocumented function

public __construct(Filesystem $filesystem, string $baseDir, array<string|int, string> $apps) : mixed
Parameters
$filesystem : Filesystem
$baseDir : string
$apps : array<string|int, string>
Return values
mixed

_legacyWorkaround()

Legacy support

protected _legacyWorkaround(string $path) : string

Work around case inconsistencies hard requires etc until they are resolved in code

Parameters
$path : string

Path to vendor dir

Return values
string

processApp()

private processApp(string $app) : void
Parameters
$app : string
Return values
void

Search results