debian man page for validation::class::field

Query: validation::class::field

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Validation::Class::Field(3pm)				User Contributed Perl Documentation			     Validation::Class::Field(3pm)

NAME
Validation::Class::Field - Field Object for Validation::Class Classes
VERSION
version 7.70
SYNOPSIS
package SomeClass; use Validation::Class; package main; my $class = SomeClass->new; ... my $field = $class->get_field('some_field_name'); $field->apply_filters; $field->validate; # validate this only $field->errors->count; # field-level errors 1;
DESCRIPTION
Validation::Class::Field is responsible for field data handling in Validation::Class derived classes, performs functions at the field-level only. This class automatically creates attributes for all acceptable field directives as listed under "DIRECTIVES" in Validation::Class::Prototype.
ATTRIBUTES
errors The errors attribute is a Validation::Class::Errors object.
METHODS
new my $self = Validation::Class::Field->new({ name => 'some_field_name' });
AUTHOR
Al Newkirk <anewkirk@ana.io>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Al Newkirk. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-28 Validation::Class::Field(3pm)
Related Man Pages
class::trait::config(3pm) - debian
validation::class(3pm) - debian
validation::class::errors(3pm) - debian
validation::class::exporter(3pm) - debian
class::mop::module5.16(3) - osx
Similar Topics in the Unix Linux Community
Running Total
Input Validation of comma separated values
Compare Field in Current Line with Field in Previous
Determine the string is valid
How to find a string in a line in UNIX file and delete that line and previous 3 lines ?