Standard
Standard skin information file.
class Backend\Skins\Standard
extends Backend\Classes\Skin
This skin uses the default paths always, there is no lookup required.
Properties
public $defaultPublicSkinPath : string
Inherited from
Skin
The default public skin path.
public $defaultSkinPath : string
Inherited from
Skin
The default skin path, usually the root level of modules/backend.
public $publicSkinPath : string
Inherited from
Skin
The public path to this skin.
public $skinPath : string
Inherited from
Skin
The absolute path to this skin.
private static $skinCache : self
Inherited from
Skin
Cache of the active skin.
Methods
public __construct ()
Constructor.
Returns
mixed
public getLayoutPaths ()
Returns an array of paths where skin layouts can be found.
Returns
mixed
public
getPath ($path = null
, boolean $isPublic = false
)
Looks up a path to a skin-based file, if it doesn't exist, the default path is used.
Parameters
Property | Type | Description |
---|---|---|
$path | mixed |
mixed
|
$isPublic | boolean |
boolean
|
Returns
mixed
public skinDetails ()
Returns information about this skin, including name and description.
Returns
mixed
public static getActive ()
Inherited from
Skin
Returns the active skin.
Returns
mixed
Copyright © 2023 Winter CMS