PHP 클래스 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.
저자: Michael J Rubinsky ([email protected])
상속: implements Horde_Queue_Task
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_images

공개 메소드들

메소드 설명
__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)

메소드 상세

__construct() 공개 메소드

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

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)
public run ( )

프로퍼티 상세

$_images 보호되어 있는 프로퍼티

protected $_images