StyleEditReaderInterface

Extends

Interface StyleEditReaderInterface

package

Default

Methods

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

findSettingValueByName( $p_settingName) : mixed|null

Arguments

$p_settingName

Response

mixed|null

Adapter Method

get_position(string $p_boxName) : string

Arguments

$p_boxName

string

Response

string

Adapter Method

get_status(string $p_boxName) : boolean

Arguments

$p_boxName

string

Response

boolean

Adapter Method

get_status_by_position(integer $position) : boolean

Arguments

$position

integer

Response

boolean

Returns the custom styles from a JSON File

getCustomStyles() : string

Response

string

Returns error message

getErrorMessage() : string

Response

string

Get Sass Code by group and style name

getScss(string $p_group) : string

Arguments

$p_group

string

Response

string