[Horde_View] element index

Package indexes

All elements
a b e g h i l m p r s t u v _
_
top
Variable $_view
The parent view invoking the helper
Method _run
Horde_View::_run() in View.php
Includes the template in a scope with only public variables.
Method _run
Use to include the template in a scope that only allows public members.
Method _template
Finds a template from the available directories.
Method __call
Accesses a helper object from within a template.
Method __call
Accesses a helper object from within a template.
Method __call
Call chaining so other helpers can be called transparently.
Method __construct
Constructor.
Method __construct
Create a helper for $view
Method __get
Return a view variable
Method __get
Return a view variable
Method __set
Assign a single view variable
Method __set
Assign a single view variable
Variable $_blockCache
Blocks that have already been fetched.
Method _args
Parse any argument style for the Block-fetching functions
Method _block
Instantiate and cache Block objects
a
top
Method addHelper
Adds to the stack of helpers in LIFO order.
Method addHelper
Adds to the stack of helpers in LIFO order.
Method addTemplatePath
Adds to the stack of template paths in LIFO order.
Method addTemplatePath
Adds to the stack of template paths in LIFO order.
Method assign
Assigns multiple variables to the view.
Method assign
Assigns multiple variables to the view.
Page AllTests.php
AllTests.php in AllTests.php
b
top
Page Base.php
Base.php in Base.php
Method blockContent
Return the content of the specified block.
Method blockTitle
Return the title of the specified block.
Page Block.php
Block.php in Block.php
e
top
Method escape
Escapes a value for output in a template.
Method escape
Escapes a value for output in a template.
Page Exception.php
Exception.php in Exception.php
Method escapeOnce
Returns the escaped $html without affecting existing escaped entities.
g
top
Method getEncoding
Return current escape encoding
Method getEncoding
Return current escape encoding
h
top
Class Horde_View
Horde_View in View.php
Concrete class for handling views.
Class Horde_View_Base
Horde_View_Base in Base.php
Abstract base class for Horde_View to get private constructs out of template scope.
Class Horde_View_Exception
Horde_View_Exception in Exception.php
Class Horde_View_Helper
Horde_View_Helper in Helper.php
Abstract class for Horde_View_Helper objects.
Class Horde_View_Interface
Horde_View_Interface in Interface.php
Horde_View_Interface is a reference for classes to be used as Horde Views. Implementing it is optional; type hinting is not used to enforce the interface.
Page Helper.php
Helper.php in Helper.php
Class Horde_View_Helper_Block
View helper for displaying Horde_Block objects
Class Horde_View_Helper_Url
View helper for URLs
Class Horde_View_AllTests
Horde_View_AllTests in AllTests.php
Class Horde_View_InterfaceTest
Horde_View_InterfaceTest in InterfaceTest.php
i
top
Page Interface.php
Interface.php in Interface.php
Method isCurrentPage
True if the current request URI is the same as the current URL.
Page InterfaceTest.php
InterfaceTest.php in InterfaceTest.php
l
top
Method linkTo
Creates a link tag of the given +name+ using a URL created by the set
Method linkToIf
Creates a link tag of the given +name+ using a URL created by the set of
Method linkToUnless
Creates a link tag of the given +name+ using a URL created by the set of
Method linkToUnlessCurrent
Creates a link tag of the given $name using $url unless the current request URI is the same as the links, in which case only the name is returned.
m
top
Method main
p
top
Constant PHPUnit_MAIN_METHOD
PHPUnit_MAIN_METHOD in AllTests.php
r
top
Method render
Processes a template and returns the output.
Method render
Processes a template and returns the output.
s
top
Method setEncoding
Set encoding to use with htmlentities() and htmlspecialchars()
Method setEncoding
Set encoding to use with htmlentities() and htmlspecialchars()
Method setEscape
Sets the escape() callback.
Method setEscape
Sets the escape() callback.
Method setTemplatePath
Resets the stack of template paths.
Method setTemplatePath
Resets the stack of template paths.
Method suite
t
top
Page template.php
template.php in template.php
Method tagOptions
Converts an associative array of $options into a string of HTML attributes
Method testViewInterface
u
top
Page Url.php
Url.php in Url.php
v
top
Page view.php
view.php in view.php
Page View.php
View.php in View.php
a b e g h i l m p r s t u v _