The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

AxKit::XSP::ObjectTaglib::Demo::Courses - A mock course collection object

SYNOPSIS

    use AxKit::XSP::ObjectTaglib::Demo::Courses;
    use strict;
    use warnings;

    my @courses = AxKit::XSP::ObjectTaglib::Demo::Courses->load;
    for (@courses) {
        print $_->name;
    };

DESCRIPTION

This module represents a generic Courses object that loads a set of AxKit::XSP::ObjectTaglib::Demo::Course object for use within the AxKit::XSP::ObjectTaglib::Demo Taglib.

METHODS

load

Returns an array of AxKit::XSP::ObjectTaglib::Demo::Course objects.

    my @courses = AxKit::XSP::ObjectTaglib::Demo::Courses->load;
    for (@courses) {
        print $_->name;
    };

SEE ALSO

AxKit::XSP::ObjectTaglib::Demo, Apache::AxKit::Language::XSP::ObjectTaglib, AxKit::XSP::ObjectTaglib::Demo::Course

AUTHOR

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/