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());
상속: extends FilterIterato\FilterIterator
파일 보기 프로젝트 열기: azuyalabs/yasumi 1 사용 예제들

공개 메소드들

메소드 설명
accept ( ) : boolean Checks whether the current element of the iterator is a seasonal holiday.

메소드 상세

accept() 공개 메소드

Checks whether the current element of the iterator is a seasonal holiday.
public accept ( ) : boolean
리턴 boolean