C:\wamp\www\nepalicalendar\src\Fivedots\NepaliCalendar
IDataProvider.php
Code Coverage
Classes and Traits
Functions and Methods
Lines
Total
CRAP
1
<?php
2
3
namespace
Fivedots
\
NepaliCalendar
;
4
5
interface
IDataProvider
{
6
public
function
getAvailableDates
(
)
;
7
}