Feature #3153

Support of action based filter rules defined by annotation.

Added by Robert Lemke over 6 years ago. Updated 6 months ago.

Status:New Start date:2009-04-22
Priority:Should have Due date:
Assigned To:- % Done:

0%

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

Description

Similar to #3092 there should be a way to declare additional filter rules for the arguments of an action method:

/**
 * @param string $theArgument
 * @filter $theArgument LowerCase, Trim
 */
public function theAction($theArgument) {
}

Related issues

related to TYPO3.Flow - Feature #3092: Support annotation-based validation rules in controller a... Resolved 2009-04-15

History

#1 Updated by Robert Lemke about 6 years ago

  • Target version changed from 1.0 alpha 1 to 283

#2 Updated by Robert Lemke about 6 years ago

  • Priority changed from Must have to Should have
  • Target version changed from 283 to 1.0 alpha 2

#3 Updated by Robert Lemke about 6 years ago

  • Assigned To deleted (Robert Lemke)

#4 Updated by Robert Lemke about 6 years ago

  • Status changed from Accepted to New

#5 Updated by Robert Lemke about 6 years ago

  • Target version changed from 1.0 alpha 2 to 283

#6 Updated by Robert Lemke about 6 years ago

  • Target version deleted (283)

#7 Updated by Stefan Neufeind 6 months ago

There is a working solution for @filter implemented as an extension (for Extbase). I like their approach and think we might want to consider it for Extbase/Flow.

https://github.com/AOEpeople/extbase_filter

Also available in: Atom PDF