Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
<?php
namespace Popy\Calendar;
/**
 * A calendar is a toolbox for manipulating (formatting, parsing) dates into/from
 * various ways of representing a date.
 */
interface CalendarInterface extends FormatterInterface, ParserInterface
{
}