isHoliday() public method

is an holiday day ?
public isHoliday ( $date ) : boolean
$date date of the day to check
return boolean
コード例 #1
0
ファイル: DateTime.php プロジェクト: cnamaq/zac2-common
 /**
  * @return bool
  */
 public function isHoliday()
 {
     return Calendar::isHoliday($this);
 }