MenaraSolutions\Geographer\Earth::getSouthAmerica PHP Method

getSouthAmerica() public method

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