Horde_View_Helper_Javascript
extends Horde_View_Helper_Base
in package
Abstract class for Horde_View_Helper objects.
Tags
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
$_view
The parent view invoking the helper.
protected
Horde_View
$_view
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()