class/pear/Calendar/Engine/Interface.php
Calendar_Engine_Interface
has 24 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Calendar_Engine_Interface
{
/**
* Provides a mechansim to make sure parsing of timestamps
* into human dates is only performed once per timestamp.
Method dateToStamp
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function dateToStamp($y, $m, $d, $h, $i, $s)
Method getSecondsInMinute
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getSecondsInMinute($y = null, $m = null, $d = null, $h = null, $i = null)