Documentation

ConfigLinker
in package

Table of Contents

$baseDir  : string
$configDir  : string
$mode  : string
$vendorDir  : string
__construct()  : mixed
run()  : void
Symlink contents of var/config

Properties

Methods

__construct()

public __construct(string $baseDir[, string $mode = 'symlink' ]) : mixed
Parameters
$baseDir : string
$mode : string = 'symlink'
Return values
mixed

run()

Symlink contents of var/config

public run() : void

We always check the whole tree even though this may happen multiple times in installations with many apps

Return values
void

Search results