ZenMagick 0.9.8


org.zenmagick.store.mvc.controller.ZMUnsubscribeController
\store\mvc\controller\ZMUnsubscribeController.php at line 34

Class ZMUnsubscribeController

ZMObject
└─ZMController
└─ZMUnsubscribeController

public class ZMUnsubscribeController
extends ZMController

Request controller for unsubscribe page.

Author:
DerManoMann
Version:
$Id: ZMUnsubscribeController.php 2694 2009-12-03 22:32:18Z dermanomann $

Constructor Summary

ZMUnsubscribeController()

Create new instance.

Method Summary
ZMView

processGet(ZMRequest request)

{@inheritDoc}

ZMView

processPost(ZMRequest request)

{@inheritDoc}

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

Constructor Detail

\store\mvc\controller\ZMUnsubscribeController.php at line 39

ZMUnsubscribeController

public ZMUnsubscribeController()

Create new instance.


Method Detail

\store\mvc\controller\ZMUnsubscribeController.php at line 54

processGet

public ZMView processGet(ZMRequest request)

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

\store\mvc\controller\ZMUnsubscribeController.php at line 61

processPost

public ZMView processPost(ZMRequest request)

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

ZenMagick 0.9.8