Feature #3091

Support new method "initializeXYAction" in controllers

Added by Robert Lemke over 6 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2009-04-15
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:MVC
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 1
PHP Version: Complexity:
Has patch:

Description

Controllers should check if a method "initializeFooAction" exists for an action "foo" and call it before the action "fooAction" is called. This method is supposed to replace the current "initializeArguments" method which should be removed.

Associated revisions

Revision 39712da5
Added by Robert Lemke over 6 years ago

  • FLOW3: (MVC) A method called "initializeFooAction" will now be called before an action "foo" at a time arguments still can be registered. Resolves #3091
  • FLOW3: (MVC) !!! Removed the initializeArguments() method from the ActionController. Use initializeXYAction() or initializeAction() instead!

History

#1 Updated by Robert Lemke over 6 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r2152.

Also available in: Atom PDF