Theme
Tags
Table of Contents
- $wrapper : mixed
- __callStatic() : mixed
- Add support for magic static method calls.
- wrapper() : mixed
- Set wrapper of Theme.
Properties
$wrapper
protected
static mixed
$wrapper
Methods
__callStatic()
Add support for magic static method calls.
public
static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : mixed
- $arguments : array<string|int, mixed>
Return values
mixed —the returned value from the resolved method
wrapper()
Set wrapper of Theme.
public
static wrapper(Environment $wrapper) : mixed
Parameters
- $wrapper : Environment