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

NAME

WWW::EmpireTheatres::Showtime - Class representing the showing of a film

SYNOPSIS

    my $show = WWW::EmpireTheatres::Showtime->new( {
            film     => $film,
            cinema   => $cinema,
            datetime => $datetime
    } );

DESCRIPTION

This is a simple class to represent when $film is shown at $cinema. The date and time are (for now) stored as a sting.

METHODS

new( [\%options] )

Creates a new WWW::EmpireTheatres::Showtime object.

cinema( )

The WWW::EmpireTheatres::Cinema object associated with the showing.

film( )

The WWW::EmpireTheatres::Film object associated with the showing.

datetime( )

A string representing the date and time of the showing.

AUTHOR

  • Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2007 by Brian Cassidy

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.