Метод | Описание | |
---|---|---|
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. |
public static editActions ( string $actionID ) : boolean | ||
$actionID | string | The action identifier. |
Результат | boolean | True if an action was handled, otherwise false. |
public static imageActions ( string $actionID ) : boolean | ||
$actionID | string | The action identifier. |
Результат | boolean | True if an action was handled, otherwise false. |