ZenMagick 0.9.10


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

Interface ZMMVCConstants

ZMMVCConstants

public interface ZMMVCConstants

ZenMagick MVC constants.

Author:
DerManoMann

Constant Summary
final static str

ALL_DONE

final static str

CONTROLLER_PROCESS_END

final static str

CONTROLLER_PROCESS_START

final static str

DISPATCH_DONE

final static str

DISPATCH_START

final static str

EVENT_REDIRECT

final static str

FINALISE_CONTENTS

final static str

INSUFFICIENT_CREDENTIALS

Fired before a redirect.

final static str

VIEW_DONE

final static str

VIEW_START

Constant Detail

mvc\ZMMVCConstants.php at line 40

ALL_DONE

public final static str ALL_DONE = 'all_done'

mvc\ZMMVCConstants.php at line 39

CONTROLLER_PROCESS_END

public final static str CONTROLLER_PROCESS_END = 'controller_process_end'

mvc\ZMMVCConstants.php at line 38

CONTROLLER_PROCESS_START

public final static str CONTROLLER_PROCESS_START = 'controller_process_start'

mvc\ZMMVCConstants.php at line 35

DISPATCH_DONE

public final static str DISPATCH_DONE = 'dispatch_done'

mvc\ZMMVCConstants.php at line 34

DISPATCH_START

public final static str DISPATCH_START = 'dispatch_start'

mvc\ZMMVCConstants.php at line 33

EVENT_REDIRECT

public final static str EVENT_REDIRECT = 'redirect'

mvc\ZMMVCConstants.php at line 41

FINALISE_CONTENTS

public final static str FINALISE_CONTENTS = 'finalise_contents'

mvc\ZMMVCConstants.php at line 32

INSUFFICIENT_CREDENTIALS

public final static str INSUFFICIENT_CREDENTIALS = 'insufficient_credentials'

Fired before a redirect.


mvc\ZMMVCConstants.php at line 37

VIEW_DONE

public final static str VIEW_DONE = 'view_done'

mvc\ZMMVCConstants.php at line 36

VIEW_START

public final static str VIEW_START = 'view_start'

ZenMagick 0.9.10