Class SlidersOverviewAjaxController

Class SlidersOverviewAjaxController

AJAX controller for the teaser slider overview page.

HttpViewController implements HttpViewControllerInterface
AdminHttpViewController implements AdminStatusOnlyInterface
SlidersOverviewAjaxController

Methods summary

public init( void )

Initializes the Controller

public actionDeleteSlider( void ) : HttpControllerResponse

Deletes a specific slider.

public actionSetStartPageSlider( void )

Sets a specific slider as the start page slider.

public actionDeactivateStartPageSlider( void )

Deactivate the start page slider.

protected _isAdmin( void ) : boolean

Check if the customer is the admin.

protected _getPostData( string $keyName ) : string|null

Returns the expected $_POST value by the given key name. This method is the object oriented layer for $_POST[$keyName].

Methods inherited from AdminHttpViewController

validateCurrentAdminStatus()

Methods inherited from HttpViewController

__construct(), _callActionMethod(), _getPostDataCollection(), _getQueryParameter(), _getQueryParametersCollection(), _getServerData(), _render(), _validatePageToken(), actionDefault(), getTemplateFile(), proceed()

Properties summary

Properties inherited from HttpViewController

$assets, $contentView, $httpContextReader, $httpResponseProcessor, $postDataArray, $queryParametersArray, $serverDataArray