PHP 클래스 Craft\AmForms_FormsController

상속: extends craft\BaseController
파일 보기 프로젝트 열기: am-impact/amforms

공개 메소드들

메소드 설명
__construct ( ) Make sure the current has access.
actionDeleteForm ( ) Delete a form.
actionEditForm ( array $variables = [] ) Create or edit a form.
actionIndex ( ) Show forms.
actionSaveForm ( ) Save a form.

메소드 상세

__construct() 공개 메소드

Make sure the current has access.
public __construct ( )

actionDeleteForm() 공개 메소드

Delete a form.
public actionDeleteForm ( )

actionEditForm() 공개 메소드

Create or edit a form.
public actionEditForm ( array $variables = [] )
$variables array

actionIndex() 공개 메소드

Show forms.
public actionIndex ( )

actionSaveForm() 공개 메소드

Save a form.
public actionSaveForm ( )