Documentation

StyleEdit3ReaderWrapper
in package
implements StyleEditReaderInterface

Class StyleEdit3ReaderWrapper

Interfaces, Classes and Traits

StyleEditReaderInterface
Interface StyleEditReaderInterface

Table of Contents

$reader  : StyleConfigReader
$service  : StyleEdit3Service
__construct()  : mixed
StyleEdit3ReaderWrapper constructor.
findSettingValueByName()  : mixed|null
Searches for a setting value identified by its name. If no result is found, null will be returned.
get_position()  : string
Adapter Method
get_status()  : bool
Adapter Method
get_status_by_position()  : bool
Adapter Method
getCustomStyles()  : string
Returns the custom styles from a JSON File
getErrorMessage()  : string
Returns error message
getScss()  : string
Get Sass Code by group and style name

Properties

Methods

__construct()

StyleEdit3ReaderWrapper constructor.

public __construct(string $themeId) : mixed
Parameters
$themeId : string
Return values
mixed

findSettingValueByName()

Searches for a setting value identified by its name. If no result is found, null will be returned.

public findSettingValueByName( $p_settingName) : mixed|null
Parameters
$p_settingName :
Return values
mixed|null

get_position()

Adapter Method

public get_position(string $p_boxName) : string
Parameters
$p_boxName : string
Return values
string

get_status()

Adapter Method

public get_status(string $p_boxName) : bool
Parameters
$p_boxName : string
Return values
bool

get_status_by_position()

Adapter Method

public get_status_by_position(int $position) : bool
Parameters
$position : int
Return values
bool

getCustomStyles()

Returns the custom styles from a JSON File

public getCustomStyles() : string
Return values
string

getScss()

Get Sass Code by group and style name

public getScss(string $p_group) : string
Parameters
$p_group : string
Return values
string

Search results