PHP 클래스 Yasumi\Filters\SeasonalHolidaysFilter
OfficialHolidaysFilter is a class that returns all holidays that are considered seasonal of any given holiday
provider.
Example usage:
$holidays = Yasumi::create('Netherlands', 2015);
$seasonal = new SeasonalHolidaysFilter($holidays->getIterator());
파일 보기
프로젝트 열기: azuyalabs/yasumi
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
accept ( ) : boolean |
Checks whether the current element of the iterator is a seasonal holiday. |
|
메소드 상세
Checks whether the current element of the iterator is a seasonal holiday.