isHoliday() public method

is an holiday day ?
public isHoliday ( $date ) : boolean
$date date of the day to check
return boolean
Example #1
0
 /**
  * @return bool
  */
 public function isHoliday()
 {
     return Calendar::isHoliday($this);
 }