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());
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод |
Описание |
|
accept ( ) : boolean |
Checks whether the current element of the iterator is an observed holiday. |
|
Описание методов
Checks whether the current element of the iterator is an observed holiday.