PHP 클래스 Contao\Ajax

Provide methods to handle Ajax requests.
상속: extends Backend
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$strAction string Ajax action
$strAjaxId string Ajax id
$strAjaxKey string Ajax key
$strAjaxName string Ajax name

공개 메소드들

메소드 설명
__construct ( string $strAction ) Get the current action
executePostActions ( DataContainer $dc ) Ajax actions that do require a data container object
executePreActions ( ) Ajax actions that do not require a data container object

보호된 메소드들

메소드 설명
convertToResponse ( string $str ) : Response Convert a string to a response object
executePostActionsHook ( DataContainer $dc ) Execute the post actions hook

메소드 상세

__construct() 공개 메소드

Get the current action
public __construct ( string $strAction )
$strAction string

convertToResponse() 보호된 메소드

Convert a string to a response object
protected convertToResponse ( string $str ) : Response
$str string
리턴 Symfony\Component\HttpFoundation\Response

executePostActions() 공개 메소드

Ajax actions that do require a data container object
public executePostActions ( DataContainer $dc )
$dc DataContainer

executePostActionsHook() 보호된 메소드

Execute the post actions hook
protected executePostActionsHook ( DataContainer $dc )
$dc DataContainer

executePreActions() 공개 메소드

Ajax actions that do not require a data container object
public executePreActions ( )

프로퍼티 상세

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

Ajax action
protected string $strAction
리턴 string

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

Ajax id
protected string $strAjaxId
리턴 string

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

Ajax key
protected string $strAjaxKey
리턴 string

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

Ajax name
protected string $strAjaxName
리턴 string