Documentation

Horde_View_Helper_Javascript extends Horde_View_Helper_Base
in package

Abstract class for Horde_View_Helper objects.

Tags
author

Mike Naberezny mike@maintainable.com

author

Derek DeVries derek@maintainable.com

author

Chuck Hagenbuch chuck@horde.org

license

http://www.horde.org/licenses/bsd

category

Horde

subpackage

Helper

Table of Contents

$_view  : Horde_View
The parent view invoking the helper.
__call()  : mixed
Call chaining so members of the view can be called (including other helpers).
__construct()  : mixed
Creates a helper for $view.
__get()  : mixed
Proxy on undefined property access (get).
__set()  : mixed
Proxy on undefined property access (set).
escapeJavascript()  : mixed
javascriptCdataSection()  : mixed
javascriptTag()  : mixed

Properties

Methods

__call()

Call chaining so members of the view can be called (including other helpers).

public __call(string $method, array<string|int, mixed> $args) : mixed
Parameters
$method : string

The method.

$args : array<string|int, mixed>

The parameters for the method.

Return values
mixed

The result of the method.

__construct()

Creates a helper for $view.

public __construct(Horde_View $view) : mixed
Parameters
$view : Horde_View

The view to help.

Return values
mixed

__get()

Proxy on undefined property access (get).

public __get(mixed $name) : mixed
Parameters
$name : mixed
Return values
mixed

__set()

Proxy on undefined property access (set).

public __set(mixed $name, mixed $value) : mixed
Parameters
$name : mixed
$value : mixed
Return values
mixed

escapeJavascript()

public escapeJavascript(mixed $javascript) : mixed
Parameters
$javascript : mixed
Return values
mixed

javascriptCdataSection()

public javascriptCdataSection(mixed $content) : mixed
Parameters
$content : mixed
Return values
mixed

javascriptTag()

public javascriptTag(mixed $content[, mixed $htmlOptions = array() ]) : mixed
Parameters
$content : mixed
$htmlOptions : mixed = array()
Return values
mixed

Search results