Omeka_Application_Resource_Theme

class Omeka_Application_Resource_Theme

Package: Application\Resource

Set up the controller plugin that determines theme view script paths.

property _basePath

Theme base path. Set by application config.

property _webBasePath

Theme base URI.

Set by application config.

init()
setbasepath(string $basePath)

Set the base path for themes. Used to allow {@link $_basePath} to be set by application config.

Parameters:
  • $basePath (string) –
setwebbasepath(string $webBasePath)

Set the base URI for themes. Used to allow {@link $_webBasePath} to be set by application config.

Parameters:
  • $webBasePath (string) –

Project Versions

Previous topic

Omeka_Application_Resource_Storage

Next topic

Libraries/Omeka/Application/Resource/Jobs

This Page