PHP 클래스 Ulaform_Action, 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.
저자: Marko Djukic ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_params array A hash containing any parameters for the current action driver.

공개 메소드들

메소드 설명
__construct ( array $params ) Constructor
getDrivers ( ) : array Returns a list of available action drivers.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( array $params )
$params array Any parameters needed for this action driver.

getDrivers() 공개 정적인 메소드

Returns a list of available action drivers.
public static getDrivers ( ) : array
리턴 array An array of available drivers.

프로퍼티 상세

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

A hash containing any parameters for the current action driver.
protected array $_params
리턴 array