The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 2005 by Brian Cassidy

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