Backend\Skins\Standard

Source: ~/modules/backend/skins/Standard.php

Extends:

Standard skin information file.

This skin uses the default paths always, there is no lookup required.

Public properties

There are no public properties in the class.

Show inherited public properties

Inherited public properties

  • public string $skinPath - defined in Backend\Classes\Skin. The absolute path to this skin.
  • public string $publicSkinPath - defined in Backend\Classes\Skin. The public path to this skin.
  • public string $defaultSkinPath - defined in Backend\Classes\Skin. The default skin path, usually the root level of modules/backend.
  • public string $defaultPublicSkinPath - defined in Backend\Classes\Skin. The default public skin path.

Public methods

public void __construct()

Constructor.

public void getLayoutPaths()

Returns an array of paths where skin layouts can be found.

public void getPath($path=NULL, $isPublic=false)

Looks up a path to a skin-based file, if it doesn't exist, the default path is used.

Parameters
  • $path
  • $isPublic

public void skinDetails()

Returns information about this skin, including name and description.

Show inherited public methods

Inherited public methods