TwigExtraConfig
in package
implements
ConfigBuilderInterface
This class is automatically generated to help in creating a config.
Table of Contents
Interfaces
- ConfigBuilderInterface
- A ConfigBuilder provides helper methods to build a large complex array.
Properties
- $_usedProperties : mixed
- $cache : mixed
- $cssinliner : mixed
- $html : mixed
- $inky : mixed
- $intl : mixed
- $markdown : mixed
- $string : mixed
Methods
- __construct() : mixed
- cache() : CacheConfig|$this
- cssinliner() : CssinlinerConfig|$this
- getExtensionAlias() : string
- Gets the alias for the extension which config we are building.
- html() : HtmlConfig|$this
- inky() : InkyConfig|$this
- intl() : IntlConfig|$this
- markdown() : MarkdownConfig|$this
- string() : StringConfig|$this
- toArray() : array<string|int, mixed>
- Gets all configuration represented as an array.
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$cache
private
mixed
$cache
$cssinliner
private
mixed
$cssinliner
$html
private
mixed
$html
$inky
private
mixed
$inky
$intl
private
mixed
$intl
$markdown
private
mixed
$markdown
$string
private
mixed
$string
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
cache()
public
cache([mixed $value = [] ]) : CacheConfig|$this
Parameters
- $value : mixed = []
Return values
CacheConfig|$thiscssinliner()
public
cssinliner([mixed $value = [] ]) : CssinlinerConfig|$this
Parameters
- $value : mixed = []
Return values
CssinlinerConfig|$thisgetExtensionAlias()
Gets the alias for the extension which config we are building.
public
getExtensionAlias() : string
Return values
stringhtml()
public
html([mixed $value = [] ]) : HtmlConfig|$this
Parameters
- $value : mixed = []
Return values
HtmlConfig|$thisinky()
public
inky([mixed $value = [] ]) : InkyConfig|$this
Parameters
- $value : mixed = []
Return values
InkyConfig|$thisintl()
public
intl([mixed $value = [] ]) : IntlConfig|$this
Parameters
- $value : mixed = []
Return values
IntlConfig|$thismarkdown()
public
markdown([mixed $value = [] ]) : MarkdownConfig|$this
Parameters
- $value : mixed = []
Return values
MarkdownConfig|$thisstring()
public
string([mixed $value = [] ]) : StringConfig|$this
Parameters
- $value : mixed = []
Return values
StringConfig|$thistoArray()
Gets all configuration represented as an array.
public
toArray() : array<string|int, mixed>