ZenMagick 0.9.8


org.zenmagick.mvc.ZMMVCConstants
\mvc\ZMMVCConstants.php at line 31

Interface ZMMVCConstants

ZMMVCConstants

public interface ZMMVCConstants

ZenMagick MVC constants.

Author:
DerManoMann
Version:
$Id: ZMMVCConstants.php 2758 2009-12-18 01:06:54Z dermanomann $

Field Summary
final str

ALL_DONE

final str

CONTROLLER_PROCESS_END

final str

CONTROLLER_PROCESS_START

final str

DISPATCH_DONE

final str

DISPATCH_START

final str

EVENT_REDIRECT

Fired before a redirect.

final str

FINALISE_CONTENTS

final str

VIEW_DONE

final str

VIEW_START

Field Detail

\mvc\ZMMVCConstants.php at line 40

ALL_DONE

public final str ALL_DONE = 'all_done'

\mvc\ZMMVCConstants.php at line 39

CONTROLLER_PROCESS_END

public final str CONTROLLER_PROCESS_END = 'controller_process_end'

\mvc\ZMMVCConstants.php at line 38

CONTROLLER_PROCESS_START

public final str CONTROLLER_PROCESS_START = 'controller_process_start'

\mvc\ZMMVCConstants.php at line 35

DISPATCH_DONE

public final str DISPATCH_DONE = 'dispatch_done'

\mvc\ZMMVCConstants.php at line 34

DISPATCH_START

public final str DISPATCH_START = 'dispatch_start'

\mvc\ZMMVCConstants.php at line 33

EVENT_REDIRECT

public final str EVENT_REDIRECT = 'redirect'

Fired before a redirect.


\mvc\ZMMVCConstants.php at line 41

FINALISE_CONTENTS

public final str FINALISE_CONTENTS = 'finalise_contents'

\mvc\ZMMVCConstants.php at line 37

VIEW_DONE

public final str VIEW_DONE = 'view_done'

\mvc\ZMMVCConstants.php at line 36

VIEW_START

public final str VIEW_START = 'view_start'

ZenMagick 0.9.8