NAME
Hyper::Singleton::Container::Validator - a Hyper::Singleton::Container with additional features for validators.
VERSION
This document describes Hyper::Singleton::Container::Validator 0.01
SYNOPSIS
use Hyper::Singleton::Container::Validator;
my $singleton = Hyper::Singleton::Container::Validator->singleton();
my $new_instance = Hyper::Singleton::Container::Validator->new();
DESCRIPTION
Hyper::Singleton::Container::Validator inherits from Hyper::Singleton::Container.
SUBROUTINES/METHODS
add_validators_of
$object->add_validators_of({
$name_of_another_object => \@validators
});
Add Validators for a named object.
get_validators_of
$object->get_validators_of($name_of_another_object);
Get Validators of a named object.
DIAGNOSTICS
CONFIGURATION AND ENVIRONMENT
DEPENDENCIES
version
Class::Std::Storable
Hyper::Singleton::Container
INCOMPATIBILITIES
BUGS AND LIMITATIONS
RCS INFORMATIONS
- Last changed by
-
$Author: ac0v $
- Id
-
$Id: Validator.pm 317 2008-02-16 01:52:33Z ac0v $
- Revision
-
$Revision: 317 $
- Date
-
$Date: 2008-02-16 02:52:33 +0100 (Sat, 16 Feb 2008) $
- HeadURL
-
$HeadURL: http://svn.hyper-framework.org/Hyper/Hyper/trunk/lib/Hyper/Singleton/Container/Validator.pm $
AUTHOR
Andreas Specht <ACID@cpan.org>
LICENSE AND COPYRIGHT
Copyright (c) 2007, Andreas Specht <ACID@cpan.org>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.