Options
in package
Tags
Table of Contents
- $io : mixed
- $options : mixed
- $writtenFiles : mixed
- __construct() : mixed
- expandTargetDir() : string
- get() : mixed
- shouldWriteFile() : bool
- toArray() : array<string|int, mixed>
Properties
$io
private
mixed
$io
$options
private
mixed
$options
$writtenFiles
private
mixed
$writtenFiles
= []
Methods
__construct()
public
__construct([array<string|int, mixed> $options = [] ][, IOInterface $io = null ]) : mixed
Parameters
- $options : array<string|int, mixed> = []
- $io : IOInterface = null
Return values
mixed —expandTargetDir()
public
expandTargetDir(string $target) : string
Parameters
- $target : string
Return values
string —get()
public
get(string $name) : mixed
Parameters
- $name : string
Return values
mixed —shouldWriteFile()
public
shouldWriteFile(string $file, bool $overwrite) : bool
Parameters
- $file : string
- $overwrite : bool
Return values
bool —toArray()
public
toArray() : array<string|int, mixed>