Bug #2618

Tweak/Improvment: ActionController

Added by Malte Jansen over 6 years ago. Updated almost 5 years ago.

Status:Rejected Start date:2009-02-12
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

0%

Category:MVC
Target version:-
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

It's not really a bug, but a little tweak for the ActionController...

What about making the following function final? Than it cannot be overwritten...

@/** * Implementation of the arguments initilization in the action controller: * Automatically registers arguments of the current action * * Don't override this method - use initializeArguments() instead. * * @return void * @author Robert Lemke <> * @see initializeArguments() * @internal
*/
protected function initializeActionMethodArguments() {

}@

History

#1 Updated by Robert Lemke over 6 years ago

  • Status changed from New to Rejected
  • Assigned To set to Robert Lemke

We can't mark the method as final or private because then we won't be able to unit test it.

#2 Updated by Malte Jansen over 6 years ago

Ok, I didn't know that...

Also available in: Atom PDF