-
-
09 Mar 2015 02:06:59 UTC
- Distribution: Labyrinth-Plugin-Event
- Module version: 1.10
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (314 / 0 / 0)
- Kwalitee
Bus factor: 0- 100.00% Coverage
- License: artistic_2
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (32.9KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- NAME
- DESCRIPTION
- PUBLIC INTERFACE METHODS
- ADMIN INTERFACE METHODS
- SEE ALSO
- AUTHOR
- COPYRIGHT & LICENSE
NAME
Labyrinth::Plugin::Event - Events handler for the Labyrinth framework.
DESCRIPTION
Contains all the event functionality for Labyrinth.
PUBLIC INTERFACE METHODS
Full Event Details
- NextEvent()
-
Retrieves the next event for event type.
- NextEvents()
-
Retrieves all the future events for event type.
- PrevEvents()
-
Retrieves all the future events for event type.
Event Lists
- ShortList()
-
Provides a list of forthcoming events, with abbreviations as appropriate. Defaults to 365 days or 20 events, but these limits can be set in the configuration as 'eventsshortlistdays' and 'eventsshortlistcount' respectively.
- LongList()
-
Provides a list of forthcoming events. No defaults, will return the list based on the configured limits or all future events if no configuration. Values can be set for 'eventslonglistdays' and 'eventslonglistcount'.
- Item()
-
Provides the specified event.
ADMIN INTERFACE METHODS
Events
- Admin
-
Provides list of the events currently available.
- Add
-
Add a new event.
- Edit
-
Edit an existing event.
- Copy
-
Copy an existing event, creating a new event.
- Save
-
Save the current event.
- Promote
-
Promote the published status of the specified event by one level.
- Delete
-
Delete the specified events.
Event Attributes
- VenueSelect
-
Provides a dropdown list of venues available.
SEE ALSO
AUTHOR
Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/
COPYRIGHT & LICENSE
Copyright (C) 2002-2015 Barbie for Miss Barbell Productions All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
Module Install Instructions
To install Labyrinth::Plugin::Event, copy and paste the appropriate command in to your terminal.
cpanm Labyrinth::Plugin::Event
perl -MCPAN -e shell install Labyrinth::Plugin::Event
For more information on module installation, please visit the detailed CPAN module installation guide.