PHP 클래스 Ulaform_Action_Mailto, 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])
상속: extends Ulaform_Action
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
doAction ( $form_params, $form_data, $fields ) Actually carry out the action.
getInfo ( ) : array Identifies this action driver and returns a brief description, used by admin when configuring an action for a form and set up using Horde_Form.
getParams ( ) : array Returns the required parameters for this action driver, used by admin when configuring an action for a form and set up using Horde_Form.

보호된 메소드들

메소드 설명
_formatFormData ( $field_data ) : string Returns an email-friendly string containing the field data supplied.

메소드 상세

_formatFormData() 보호된 메소드

Mainly to deal with form data supplied in an array structure.
protected _formatFormData ( $field_data ) : string
리턴 string

doAction() 공개 메소드

Actually carry out the action.
public doAction ( $form_params, $form_data, $fields )

getInfo() 공개 정적인 메소드

Identifies this action driver and returns a brief description, used by admin when configuring an action for a form and set up using Horde_Form.
public static getInfo ( ) : array
리턴 array Array of required parameters.

getParams() 공개 정적인 메소드

Returns the required parameters for this action driver, used by admin when configuring an action for a form and set up using Horde_Form.
public static getParams ( ) : array
리턴 array Array of required parameters.