PHP Interface WellCommerce\Bundle\ThemeBundle\Locator\ThemeLocatorInterface

Author: Adam Piotrowski ([email protected])
Afficher le fichier Open project: wellcommerce/wellcommerce Interface Usage Examples

Méthodes publiques

Méthode Description
getCurrentThemeFolder ( ) : string Returns current theme folder
getThemeFolders ( ) : array Returns an array of all theme folders
getThemePathPattern ( ) : string Returns path patterns to theme folder
getThemesDirectory ( ) : string Returns path to themes directory
locateTemplate ( string $name ) : string Returns a full path for a given template

Method Details

getCurrentThemeFolder() public méthode

Returns current theme folder
public getCurrentThemeFolder ( ) : string
Résultat string

getThemeFolders() public méthode

Returns an array of all theme folders
public getThemeFolders ( ) : array
Résultat array

getThemePathPattern() public méthode

Returns path patterns to theme folder
public getThemePathPattern ( ) : string
Résultat string

getThemesDirectory() public méthode

Returns path to themes directory
public getThemesDirectory ( ) : string
Résultat string

locateTemplate() public méthode

Returns a full path for a given template
public locateTemplate ( string $name ) : string
$name string
Résultat string