PHP Класс Ansel_ActionHandler, horde

Copyright 2003-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])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
download ( string $actionID ) Check for download action.
editActions ( string $actionID ) : boolean Check for, and handle, image editing actions.
galleryActions ( $actionID )
imageActions ( string $actionID ) : boolean Check for, and handle, common image related actions.

Описание методов

download() публичный статический Метод

Check for download action.
public static download ( string $actionID )
$actionID string The action identifier.

editActions() публичный статический Метод

Check for, and handle, image editing actions.
public static editActions ( string $actionID ) : boolean
$actionID string The action identifier.
Результат boolean True if an action was handled, otherwise false.

galleryActions() публичный статический Метод

public static galleryActions ( $actionID )

imageActions() публичный статический Метод

Check for, and handle, common image related actions.
public static imageActions ( string $actionID ) : boolean
$actionID string The action identifier.
Результат boolean True if an action was handled, otherwise false.