source: trunk/prototype/app/formatter.php @ 5341

Revision 5341, 138 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2434 - Commit inicial do novo módulo de agenda do Expresso - expressoCalendar

Line 
1<?php
2
3interface Formatter
4{
5    public function format( $data , $params = false);
6
7    public function parse( $data , $params = false);
8}
Note: See TracBrowser for help on using the repository browser.