phpDocumentor

ScssConfiguration extends Configuration

Class ScssConfiguration

Table of Contents

SHOP_BASE_URL_PATTERN  = '#^__SHOP_BASE_URL__#'
$group  : mixed
$id  : mixed
$shopBasePath  : ShopBasePath
$shopBaseUrl  : ShopBaseUrl
$type  : mixed
$value  : mixed
createFromJson()  : Configuration
group()  : mixed
id()  : mixed
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
type()  : mixed
value()  : mixed|string
isRelativePath()  : bool
shopBasePath()  : ShopBasePath
shopBaseUrl()  : ShopBaseUrl

Constants

SHOP_BASE_URL_PATTERN

protected string SHOP_BASE_URL_PATTERN = '#^__SHOP_BASE_URL__#'

Properties

Methods

value()

public value() : mixed|string
Tags
throws
Exception
Return values
mixed|string

isRelativePath()

protected isRelativePath(string $variableValue) : bool
Parameters
$variableValue : string
Tags
description

determines if the relative path exists in the filesystem

throws
Exception
Return values
bool

Search results