
IOC::Visitor::SearchForContainer - Visitor for searching a IOC::Container hierarchy

use IOC::Visitor::SearchForContainer;

This is a IOC::Visitor object used for searching a IOC::Container hierarchy
+------------------+
| <<IOC::Visitor>> |
+------------------+
|
^
|
+----------------------------------+
| IOC::Visitor::SearchForContainer |
+----------------------------------+

Creates a new instance which will search for a Container at a given $name. If no $name is given, than an IOC::InsufficientArguments exception is thrown.
Given a $container, the invocant will attempt to locate the container with the $name (given to the constuctor) from within the $container's hierarchy.


None that I am aware of. Of course, if you find a bug, let me know, and I will be sure to fix it.

I use Devel::Cover to test the code coverage of my tests, see the CODE COVERAGE section of IOC for more information.


stevan little, <stevan@iinteractive.com>

Copyright 2004-2007 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.