PreviewThemeSettings
in package
implements
JsonSerializable
Class PreviewThemeSettings
Interfaces, Classes and Traits
- JsonSerializable
Table of Contents
- $compilePath : string
- $id : string
- $publishPath : string
- __construct() : mixed
- PreviewThemeSettings constructor.
- compilePath() : string
- id() : string
- jsonSerialize() : mixed
- Specify data which should be serialized to JSON
- publishPath() : string
Properties
$compilePath
protected
string
$compilePath
$id
protected
string
$id
$publishPath
protected
string
$publishPath
Methods
__construct()
PreviewThemeSettings constructor.
public
__construct( $id, $publishPath, $compilePath) : mixed
Parameters
Return values
mixed —compilePath()
public
compilePath() : string
Return values
string —id()
public
id() : string
Return values
string —jsonSerialize()
Specify data which should be serialized to JSON
public
jsonSerialize() : mixed
Tags
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.
publishPath()
public
publishPath() : string