Horde_Script_Package
in package
implements
IteratorAggregate
This class provides the information needed to output a javascript package to the browser.
A "package" contains all information to add to the page output to ensure that the script can be used on the browser.
Copyright 2012-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
Interfaces
- IteratorAggregate
Properties
- $_files : array<string|int, mixed>
- Javascript files to add to the page output.
Methods
- getIterator() : Traversable
Properties
$_files
Javascript files to add to the page output.
protected
array<string|int, mixed>
$_files
= array()
Methods
getIterator()
public
getIterator() : Traversable