NAME
Syccess::Field - Syccess field
VERSION
version 0.104
DESCRIPTION
This class will be used to gather all the validator objects for a specific field of your Syccess definition.
ATTRIBUTES
name
This attribute is your name for the field given on the Syccess definition.
label
If not set via the validators (See "Label Concept" in Syccess), this will be calculated out of the "name", which was given on the "fields" in Syccess definition.
validators
Contains all the Syccess::Validator object that are generated by the fields definition on the creation of the Syccess object.
METHODS
validate
This function is called by "validate" in Syccess, and will by itself then call validate for all the validators of the field and gather the error messages and give them back in return.
SUPPORT
IRC
Join irc.perl.org and msg Getty
Repository
http://github.com/Getty/p5-syccess
Pull request and additional contributors are welcome
Issue Tracker
http://github.com/Getty/p5-syccess/issues
AUTHOR
Torsten Raudssus <torsten@raudss.us>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Torsten Raudssus.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.