PHP Class MenaraSolutions\Geographer\Country

Inheritance: extends Divisible
Show file Open project: menarasolutions/geographer

Protected Properties

Property Type Description
$exposed array
$memberClass string
$parentClass string

Public Methods

Method Description
getCapital ( ) : boolean | Divisible
getParentCode ( ) : string
getStates ( ) : MemberCollection

Method Details

getCapital() public method

public getCapital ( ) : boolean | Divisible
return boolean | Divisible

getParentCode() public method

public getParentCode ( ) : string
return string

getStates() public method

public getStates ( ) : MemberCollection
return MenaraSolutions\Geographer\Collections\MemberCollection

Property Details

$exposed protected property

protected array $exposed
return array

$memberClass protected property

protected string $memberClass
return string

$parentClass protected static property

protected static string $parentClass
return string