isHoliday() public méthode

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