Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Email
- array(
- 'spec' => array(
- 'name' => 'email',
- 'type' => 'Zend\Form\Element\Email',
- 'validators' => new NoObjectExistsValidator(array(
- 'object_repository' => $this->repository,
- 'fields' => 'email'
- )),
- 'attributes' => array(
- 'required' => 'required'
- ),
- 'options' => array(
- 'label' => 'Email',
- ),
- ),
- ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement