File/renderable.php

Description
Classes
Class Description
 class RenderableObject RenderableObject class This object should be inherited by all classes which are intended to output content for the client browser.
 class tag A renderable tag of some kind. Basically a tag is a language construct designed to render at least an identifying name and a value. More specific variants might add other properties, and control the way the tag is actually rendered.
Constants
BROWSER_TYPE_CLI = "cli" (line 42)

Not really a browser, a command-line script..

BROWSER_TYPE_DEFAULT = "html" (line 44)

Default browser type, in absence of true knowledge..

BROWSER_TYPE_HTML = "html" (line 32)

Standard HTML web browser

BROWSER_TYPE_UNKNOWN = "" (line 30)

Undefined/unknown browser type

BROWSER_TYPE_WML = "wml" (line 36)

Standard WAP phone

BROWSER_TYPE_WMLUP = "wmlup" (line 38)

WAP phone with Phone.com extensions

BROWSER_TYPE_XHTML = "xhtml" (line 34)

XHTML (HTML 5.0) capable web browser, phone, or PDA

BROWSER_TYPE_XML = "xml" (line 40)

XML-only-capable browser, an unlikely beast

Documentation generated by phpDocumentor 1.3.0RC3