[CssDispatch] element index

All elements
a c e g m r u _
_
top
__construct
CssDispatcher::__construct() in class.CssDispatcher.php
__construct
Css::__construct() in class.Css.php
__get
Css::__get() in class.Css.php
Gets a template variable $name
__set
Css::__set() in class.Css.php
Sets a template variable
__toString
Css::__toString() in class.Css.php
This method is used when you use a Css instance as a string, returning the rendered template
a
top
add
CssDispatcher::add() in class.CssDispatcher.php
Adds a stylesheet to dispatch
c
top
class.Css.php
class.Css.php in class.Css.php
class.CssDispatcher.php
class.CssDispatcher.php in class.CssDispatcher.php
Css
Css in class.Css.php
This class wraps a templated CSS file.
CssDispatcher
CssDispatcher in class.CssDispatcher.php
This class helps you to manage [templated] stylesheets, allowing you to render many sheets as one single file, caching and compressing it.
e
top
example.css.php
example.css.php in example.css.php
example.php
example.php in example.php
example2.css.php
example2.css.php in example2.css.php
g
top
getOutput
Css::getOutput() in class.Css.php
Renders the CSS template, assigning values to variables
getOutput
CssDispatcher::getOutput() in class.CssDispatcher.php
Dispatches the stylesheets and returns the result
getUserAgent
Css::getUserAgent() in class.Css.php
Gets the current user agent identified by the constants above
m
top
minimize
CssDispatcher::minimize() in class.CssDispatcher.php
Minimizes CSS code (remove line breaks, etc)
r
top
render
CssDispatcher::render() in class.CssDispatcher.php
Dispatches the stylesheets and print it Compression is not supported yet. I recommend you to use mod_deflate
u
top
UA_CHROME
Css::UA_CHROME in class.Css.php
Alias of UA_WEBKIT
UA_FIREFOX
Css::UA_FIREFOX in class.Css.php
Alias of UA_GECKO
UA_GECKO
Css::UA_GECKO in class.Css.php
Geckp-based user agents
UA_IE
Css::UA_IE in class.Css.php
Internet Explorer >6 user agent
UA_IE6
Css::UA_IE6 in class.Css.php
Internet Explorer 6 user agent
UA_MOZILLA
Css::UA_MOZILLA in class.Css.php
Alias of UA_GECKO
UA_SAFARI
Css::UA_SAFARI in class.Css.php
Alias of UA_WEBKIT
UA_WEBKIT
Css::UA_WEBKIT in class.Css.php
WebKit-based user agents
a c e g m r u _