MenaraSolutions\Geographer\Earth::getAsia PHP Method

getAsia() public method

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