Guest User

Untitled

a guest
Mar 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. 'limit' => array(
  2. 'type' => 'general',
  3. 'field' => 'limit',
  4. 'validator' => new
  5. ezcInputFormDefinitionElement(ezcInputFormDefinitionElement::OPTIONAL,
  6. 'int', array(
  7. 'min_range' => 1
  8. ))
  9. )
Add Comment
Please, Sign In to add comment