PackageConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $basePath : mixed
- $baseUrls : mixed
- $jsonManifestPath : mixed
- $strictMode : mixed
- $version : mixed
- $versionFormat : mixed
- $versionStrategy : mixed
Methods
- __construct() : mixed
- basePath() : $this
- baseUrls() : $this
- jsonManifestPath() : $this
- strictMode() : $this
- Throw an exception if an entry is missing from the manifest.json
- toArray() : array<string|int, mixed>
- version() : $this
- versionFormat() : $this
- versionStrategy() : $this
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$basePath
private
mixed
$basePath
$baseUrls
private
mixed
$baseUrls
$jsonManifestPath
private
mixed
$jsonManifestPath
$strictMode
private
mixed
$strictMode
$version
private
mixed
$version
$versionFormat
private
mixed
$versionFormat
$versionStrategy
private
mixed
$versionStrategy
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
basePath()
public
basePath(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Return values
$thisbaseUrls()
public
baseUrls(mixed $value) : $this
Parameters
- $value : mixed
Return values
$thisjsonManifestPath()
public
jsonManifestPath(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisstrictMode()
Throw an exception if an entry is missing from the manifest.json
public
strictMode(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>version()
public
version(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisversionFormat()
public
versionFormat(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisversionStrategy()
public
versionStrategy(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed