controllerEditorAddMethod.stub 118 B

123456
  1. public function add()
  2. {
  3. $this->request->filter('trim,htmlspecialchars');
  4. parent::add();
  5. }