ZenMagick 0.9.10


zenmagick.store.admin.mvc.controller\ZML10nController
mvc\controller\ZML10nController.php at line 30

Class ZML10nController

ZMObject
└─ZMController
└─ZML10nController

public class ZML10nController
extends ZMController

Admin controller for l10n page.

Author:
DerManoMann

Method Summary
void

__construct(string requestId)

Create new instance.

array

getViewData(ZMRequest request)

{@inheritDoc}

ZMView

processGet(ZMRequest request)

{@inheritDoc}

protected void

processInternal(mixed request)

Process request and return all relevant data.

Methods inherited from org.zenmagick.mvc.controller\ZMController
__construct, findView, getFormData, getId, getView, getViewData, isAjax, isFormSubmit, preProcess, process, processGet, processPost, setContentType, setId, setView, validate, validateFormData, validateSession
Methods inherited from org.zenmagick.core\ZMObject
__construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton

Method Detail

mvc\controller\ZML10nController.php at line 35

__construct

public void __construct(string requestId)

Create new instance.

Parameters:
requestId - Optional requestId; default is null to use the request id.

mvc\controller\ZML10nController.php at line 50

getViewData

public array getViewData(ZMRequest request)

Get general page data.

Good to override if a custom controller needs to provide some data for both GET and POST requests.

Parameters:
request - The current request.
Returns:
Some data map.

mvc\controller\ZML10nController.php at line 144

processGet

public ZMView processGet(ZMRequest request)

Process a HTTP GET request.

Parameters:
request - The request to process.
Returns:
A ZMView that handles presentation or null if the controller generates the contents itself.

mvc\controller\ZML10nController.php at line 84

processInternal

protected void processInternal(mixed request)

Process request and return all relevant data.


ZenMagick 0.9.10