PHP 클래스 Yasumi\Provider\Greece

상속: extends AbstractProvider, use trait CommonHolidays, use trait ChristianHolidays
파일 보기 프로젝트 열기: azuyalabs/yasumi

공개 메소드들

메소드 설명
calculateCleanMonday ( ) Clean Monday.
calculateEaster ( integer $year, string $timezone ) : Datetime Calculate the Easter date for Orthodox churches.
calculateIndependenceDay ( ) * Independence Day.
calculateOhiDay ( ) * Ohi Day.
calculatePolytechnio ( ) * Polytechnio.
calculateThreeHolyHierarchs ( ) The Three Holy Hierarchs.
initialize ( ) Initialize holidays for Greece.

메소드 상세

calculateCleanMonday() 공개 메소드

Also known as Pure Monday, Ash Monday, Monday of Lent or Green Monday, it is the first day of Great Lent in the Eastern Orthodox Christian. It is a movable feast that occurs at the beginning of the 7th week before Orthodox Easter Sunday.
또한 보기: https://en.wikipedia.org/wiki/Clean_Monday

calculateEaster() 공개 메소드

Calculate the Easter date for Orthodox churches.
public calculateEaster ( integer $year, string $timezone ) : Datetime
$year integer the year for which Easter needs to be calculated
$timezone string the timezone in which Easter is celebrated
리턴 Datetime date of Orthodox Easter

calculateIndependenceDay() 공개 메소드

Anniversary of the declaration of the start of Greek War of Independence from the Ottoman Empire, in 1821.

calculateOhiDay() 공개 메소드

Celebration of the Greek refusal to the Italian ultimatum of 1940.
public calculateOhiDay ( )

calculatePolytechnio() 공개 메소드

Anniversary of the 1973 students protests against the junta of the colonels (1967–1974).

calculateThreeHolyHierarchs() 공개 메소드

Commemoration of the patron saints of education (St. Basil the Great, St. Gregory the Theologian, St. John Chrysostom).
또한 보기: https://en.wikipedia.org/wiki/Three_Holy_Hierarchs

initialize() 공개 메소드

Initialize holidays for Greece.
public initialize ( )