Omeka_Application_Resource_Theme

Package: Application\Resource

class Omeka_Application_Resource_Theme

extends Zend_Application_Resource_ResourceAbstract

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

property Omeka_Application_Resource_Theme::$_basePath

protected string

Theme base path. Set by application config.

property Omeka_Application_Resource_Theme::$_webBasePath

protected string

Theme base URI.

Set by application config.

Omeka_Application_Resource_Theme::init()
Omeka_Application_Resource_Theme::setbasepath($basePath)

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

Parameters:
  • $basePath (string) –

Omeka_Application_Resource_Theme::setwebbasepath($webBasePath)

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

Parameters:
  • $webBasePath (string) –