MainThemeDirectories

Implements \MainThemeDirectoriesInterface

Class MainThemeDirectories

package

Default

Methods

MainThemeDirectories constructor.

__construct(\ThemeDirectoryRootInterface $root) 

Arguments

$root

\ThemeDirectoryRootInterface

Path to root of theme.

Named constructor of MainThemeDirectories.

create(\ThemeDirectoryRootInterface $root) : \MainThemeDirectories
static

Arguments

Response

\MainThemeDirectories

New instance.

Returns the config theme directory.

getConfig() : \ThemeDirectoryInterface

Returns the fonts theme directory.

getFonts() : \ThemeDirectoryInterface

Returns the html theme directory.

getHtml() : \ThemeDirectoryInterface

Returns the images theme directory.

getImages() : \ThemeDirectoryInterface

Returns the js theme directory.

getJs() : \ThemeDirectoryInterface

Returns the style edit theme directory.

getStyleEdit() : \ThemeDirectoryInterface

Returns the styles theme directory.

getStyles() : \ThemeDirectoryInterface

Properties

config

config : \ThemeDirectory
var

Type(s)

\ThemeDirectory

html

html : \ThemeDirectory
var

Type(s)

\ThemeDirectory

fonts

fonts : \ThemeDirectory
var

Type(s)

\ThemeDirectory

js

js : \ThemeDirectory
var

Type(s)

\ThemeDirectory

styles

styles : \ThemeDirectory
var

Type(s)

\ThemeDirectory

styleEdit

styleEdit : \ThemeDirectory
var

Type(s)

\ThemeDirectory

images

images : \ThemeDirectory
var

Type(s)

\ThemeDirectory