Exemplo n.º 1
0
 public function Min()
 {
     $m = parent::Min();
     if ($m[1] >= $this->ybase) {
         $m[1] = $this->ybase;
     }
     return $m;
 }