PHP Class Horde_Script_Package, horde
A "package" contains all information to add to the page output to ensure
that the script can be used on the browser.
Copyright 2012-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
Datei anzeigen
Open project: horde/horde
Protected Properties
Property |
Type |
Description |
|
$_files |
array |
Javascript files to add to the page output. |
|
Public Methods
Method |
Description |
|
getIterator ( ) |
* IteratorAggregate method. |
|
Method Details
getIterator()
public method
* IteratorAggregate method.
Property Details
$_files protected_oe property
Javascript files to add to the page output.
protected array $_files |
return |
array |
|