PHP Class 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.
Author: Michael J Rubinsky ([email protected])
Show file Open project: horde/horde Class Usage Examples

Public Methods

Method Description
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.

Method Details

download() public static method

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

editActions() public static method

Check for, and handle, image editing actions.
public static editActions ( string $actionID ) : boolean
$actionID string The action identifier.
return boolean True if an action was handled, otherwise false.

galleryActions() public static method

public static galleryActions ( $actionID )

imageActions() public static method

Check for, and handle, common image related actions.
public static imageActions ( string $actionID ) : boolean
$actionID string The action identifier.
return boolean True if an action was handled, otherwise false.