[enrober] element index

All elements
a d e f g m s u
a
top
add_cache_modifier
Adds a cache modifier.
add_css
Enrober::add_css() in enrober.php
Adds a CSS file to be inserted at the %css% tag.
add_desc
Enrober::add_desc() in enrober.php
Adds a <meta> description to the page.
add_filter
Enrober::add_filter() in enrober.php
Adds a content filter to be applied with ob_start()
add_js
Enrober::add_js() in enrober.php
Adds a JavaScript file to be linked via the %js% tag.
add_keywords
Adds <meta> keywords to the page.
add_tag
Enrober::add_tag() in enrober.php
Adds a new theme tag.
d
top
debug
Enrober::debug() in enrober.php
Turns on/off debugging, adds a message to the debug stack or returns a copy of the debug stack.
e
top
enrober-config.php
enrober-config.php in enrober-config.php
enrober.php
enrober.php in enrober.php
ENROBER_ASSET_DIR
ENROBER_ASSET_DIR in enrober-config.php
The name of the directory which holds Enrober assets (themes, cache files, etc)
ENROBER_ASSET_PATH
ENROBER_ASSET_PATH in enrober-config.php
The file system path to the directory that contains the ENROBER_ASSET_DIR directory.
ENROBER_ASSET_URL
ENROBER_ASSET_URL in enrober-config.php
The absolute path to ENROBER_ASSET_PATH as viewed from the HTTP client.
ENROBER_CACHE
ENROBER_CACHE in enrober-config.php
Boolen; should we cache pages when we generate them? If set to true, the 'cache' subdirectory of ENROBER_ASSET_DIR must be writable by enrober.php so it can create and replace cache files.
ENROBER_DEFAULT_THEME
ENROBER_DEFAULT_THEME in enrober-config.php
The default theme to use on a page if the theme is not specified in the go() call
ENROBER_SITE_NAME
ENROBER_SITE_NAME in enrober-config.php
The name of the site. The site name is displayed in the header of most themes.
ENROBER_TAGLINE
ENROBER_TAGLINE in enrober-config.php
The tagline that appears below the site name in most themes.
Enrober
Enrober in enrober.php
f
top
force_cache
Enrober::force_cache() in enrober.php
Manually turn on/off caching, overriding the ENROBER_CACHE constant from the config file.
g
top
get_cache_file_path
Returns the complete file system path to the cache file for the current version of the calling script
go
Enrober::go() in enrober.php
Invokes Enrober's page wrapping; invoke after calling any of the other Enrober methods you want to use and before page content starts.
m
top
manual_cache
Manually specify whether or not the file's cache should be invalidated
s
top
singleton
Enrober::singleton() in enrober.php
Creates the $enrober singleton object.
u
top
url
Enrober::url() in enrober.php
Sets the canonical URL for the page to be inserted at the %canonical% tag.
a d e f g m s u