2
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
4
* Image_Composite_HelioviewerMovieFrame class definition
10
* @author Keith Hughitt <keith.hughitt@nasa.gov>
11
* @license http://www.mozilla.org/MPL/MPL-1.1.html Mozilla Public License 1.1
12
* @link http://launchpad.net/helioviewer.org
14
require_once 'src/Image/Composite/HelioviewerCompositeImage.php';
17
* Image_Composite_HelioviewerMovieFrame class definition
22
* @package Helioviewer
23
* @author Keith Hughitt <keith.hughitt@nasa.gov>
24
* @license http://www.mozilla.org/MPL/MPL-1.1.html Mozilla Public License 1.1
25
* @link http://launchpad.net/helioviewer.org
27
class Image_Composite_HelioviewerMovieFrame extends Image_Composite_HelioviewerCompositeImage
30
* Helioviewer movie frame
32
public function __construct($filepath, $layers, $obsDate, $roi, $options)
34
parent::__construct($layers, $obsDate, $roi, $options);
35
$this->build($filepath);
b'\\ No newline at end of file'