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])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

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