NAME
DBICx::Modeler::Generator::Class - Implement class for DBICx::Modeler::Generator::ClassLike
SYNOPSIS
use DBICx::Modeler::Generator::Class;
DESCRIPTION
This class is an implement class for DBICx::Modeler::Generator::ClassLike.
METHODS
Loader
$self->reload_class($attribute)
Reload class which is model
or class
.
Utilities
$class_name = $self->get_class_name_from_path_string($path_string)
Returns a string of class name which corresponds with $path_string
.
$class_name = $self->get_fully_qualified_class_name(@parts_of_class_name)
Returns a string which joined @parts_of_class_name
with joint string ::
.
AUTHOR
- MORIYA Masaki, alias Gardejo
-
<moriya at cpan dot org>
, http://gardejo.org/
COPYRIGHT AND LICENSE
Copyright (c) 2009-2010 MORIYA Masaki, alias Gardejo
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlgpl and perlartistic.
The full text of the license can be found in the LICENSE file included with this distribution.