Documentation

AssetsConfig
in package

This class is automatically generated to help in creating a config.

Table of Contents

Properties

$_usedProperties  : mixed
$basePath  : mixed
$baseUrls  : mixed
$enabled  : mixed
$jsonManifestPath  : mixed
$packages  : mixed
$strictMode  : mixed
$version  : mixed
$versionFormat  : mixed
$versionStrategy  : mixed

Methods

__construct()  : mixed
basePath()  : $this
baseUrls()  : $this
enabled()  : $this
jsonManifestPath()  : $this
package()  : PackageConfig
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

Methods

__construct()

public __construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
$value : array<string|int, mixed> = []

baseUrls()

public baseUrls(mixed $value) : $this
Parameters
$value : mixed
Return values
$this

package()

public package(string $name[, array<string|int, mixed> $value = [] ]) : PackageConfig
Parameters
$name : string
$value : array<string|int, mixed> = []
Return values
PackageConfig

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results