Documentation

HordeReconfigureFlow
in package

Table of Contents

$io  : FlowIoInterface
$mode  : string
Modes: symlink, copy
$tree  : DirectoryTree
__construct()  : mixed
fromComposer()  : self
Named Constructor.
fromPartialComposer()  : self
run()  : int
Run the reconfigure flow
fromAnyComposer()  : self
Actual implementation of fromComposer / fromPartialComposer named constructors

Properties

Methods

fromAnyComposer()

Actual implementation of fromComposer / fromPartialComposer named constructors

private static fromAnyComposer(Composer|PartialComposer $composer[, FlowIoInterface|null $output = null ]) : self

Composer may provide a PartialCompoer or a Composer object. Use fromComposer and fromPartialComposer frontends

Parameters
$composer : Composer|PartialComposer

A (partial) composer instance

$output : FlowIoInterface|null = null

An IO interface

Tags
TODO

Refactor this once we require PHP 8.0 or higher

Return values
self

Search results