PHP Class Ansel_Queue_ProcessThumbs, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Michael J Rubinsky ([email protected])
Inheritance: implements Horde_Queue_Task
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_images

Public Methods

Method Description
__construct ( array $images ) Const'r
run ( ) Run the task. Currently generates: - screen image - mini image (using the square pref. if set) - thumb (currently, only the image's gallery's configured style)

Method Details

__construct() public method

Const'r
public __construct ( array $images )
$images array An array of image ids to process.

run() public method

Run the task. Currently generates: - screen image - mini image (using the square pref. if set) - thumb (currently, only the image's gallery's configured style)
public run ( )

Property Details

$_images protected_oe property

protected $_images