PHP 클래스 Yasumi\Filters\ObservedHolidaysFilter

ObservedHolidaysFilter is a class that returns all holidays that are considered observed of any given holiday provider. Example usage: $holidays = Yasumi::create('Netherlands', 2015); $observed = new ObservedHolidaysFilter($holidays->getIterator());
상속: extends FilterIterato\FilterIterator
파일 보기 프로젝트 열기: azuyalabs/yasumi 1 사용 예제들

공개 메소드들

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

메소드 상세

accept() 공개 메소드

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