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());
Наследование: extends FilterIterato\FilterIterator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
accept ( ) : boolean Checks whether the current element of the iterator is a national/official holiday.

Описание методов

accept() публичный Метод

Checks whether the current element of the iterator is a national/official holiday.
public accept ( ) : boolean
Результат boolean