PHP 클래스 Yasumi\Filters\BankHolidaysFilter

BankHolidaysFilter is a class that returns all holidays that are considered bank holidays of any given holiday provider. Example usage: $holidays = Yasumi::create('Netherlands', 2015); $bank = new BankHolidaysFilter($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