PHP 클래스 ApaiIO\Configuration\Country

저자: Jan Eichhorn ([email protected])
파일 보기 프로젝트 열기: exeu/apai-io 1 사용 예제들

공개 메소드들

메소드 설명
getCountries ( ) : array Gets all possible countries
isValidCountry ( string $country ) : boolean Checks if the given value is a valid country

메소드 상세

getCountries() 공개 정적인 메소드

Gets all possible countries
public static getCountries ( ) : array
리턴 array

isValidCountry() 공개 정적인 메소드

Checks if the given value is a valid country
public static isValidCountry ( string $country ) : boolean
$country string
리턴 boolean