Standard
        
        Standard skin information file.
    
    
 class Backend\Skins\Standard
extends Backend\Classes\SkinThis skin uses the default paths always, there is no lookup required.
Extends
| Class | Description | 
|---|---|
| Skin | Skin Base class Used for defining skins. | 
Properties
inherited public $defaultPublicSkinPath : string
                Inherited from
                
                    Skin
                
            
        
        The default public skin path.
inherited public $defaultSkinPath : string
                Inherited from
                
                    Skin
                
            
        
        The default skin path, usually the root level of modules/backend.
inherited public $publicSkinPath : string
                Inherited from
                
                    Skin
                
            
        
        The public path to this skin.
inherited public $skinPath : string
                Inherited from
                
                    Skin
                
            
        
        The absolute path to this skin.
inherited 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
                inherited public static getActive ()
                Inherited from
                
                    Skin
                
            
        
        Returns the active skin.
Returns
            mixed
                
    Copyright © 2025 Winter CMS