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 474 2008-05-29 13:25:22Z ac0v $
- Revision
-
$Revision: 474 $
- Date
-
$Date: 2008-05-29 15:25:22 +0200 (Thu, 29 May 2008) $
- HeadURL
-
$HeadURL: file:///srv/cluster/svn/repos/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.