pohjaPindala()*$this->korgus(); } static function vordleKorgusi(Pystkujund $k1, Pystkujund $k2){ return $k1->korgus() - $k2->korgus(); } static function sorteeriKorguseJargi(&$m){ usort($m, "Pystkujund::vordleKorgusi"); } }