AOEpeople/extbase_filter

Name: extbase_filter

Owner: AOE

Description: Ability to use property filters in Extbase Extensions.

Created: 2014-10-23 10:38:25.0

Updated: 2017-02-13 07:30:19.0

Pushed: 2018-01-15 13:58:21.0

Homepage: null

Size: 29

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

extbase_filter

This extbase extension allows you to use filters on Domain-Model properties. For example, if you want to trim a value before it will be validated by a Validator.

Build information

Build Status


var string
validate StringLength(minimum=4, maximum=6)

filter Trim

vate $title;

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.