DBIx::Class::ResultSet::Graph - DBIx::Class::ResultSet::Graph documentation


DBIx-Class-Graph documentation Contained in the DBIx-Class-Graph distribution.

Index


Code Index:

NAME

Top

DBIx::Class::ResultSet::Graph

VERSION

Top

version 1.03

DESCRIPTION

Top

See DBIx::Class::Graph

NAME

Top

DBIx::Class::ResultSet::Graph

COPYRIGHT AND LICENSE

Top

AUTHOR

Top

Moritz Onken <onken@netcubed.de>

COPYRIGHT AND LICENSE

Top


DBIx-Class-Graph documentation Contained in the DBIx-Class-Graph distribution.

#
# This file is part of DBIx-Class-Graph
#
# This software is Copyright (c) 2010 by Moritz Onken.
#
# This is free software, licensed under:
#
#   The (three-clause) BSD License
#
package DBIx::Class::ResultSet::Graph;
BEGIN {
  $DBIx::Class::ResultSet::Graph::VERSION = '1.03';
}

use Moose;

use DBIx::Class::Graph::Wrapper;
extends 'DBIx::Class::ResultSet';
with 'DBIx::Class::Graph::Role::ResultSet';

sub get_graph { return shift->_graph }    # backwards compat

*graph = \&get_graph;


1;



__END__
# Below is stub documentation for your module. You'd better edit it!