MenaraSolutions\Geographer\Earth::getOceania PHP Метод

getOceania() публичный Метод

public getOceania ( ) : MemberCollection
Результат MenaraSolutions\Geographer\Collections\MemberCollection
    public function getOceania()
    {
        return $this->find(['continent' => 'OC']);
    }