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