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