MenaraSolutions\Geographer\Earth::getNorthAmerica PHP Method

getNorthAmerica() public method

public getNorthAmerica ( ) : MemberCollection
return MenaraSolutions\Geographer\Collections\MemberCollection
    public function getNorthAmerica()
    {
        return $this->find(['continent' => 'NA']);
    }