ridu=$ridu; $this->veerge=$veerge; } function lisa(VeebisKuvatav $plokk){ if($this->loendur>=$this->ridu*$this->veerge){ throw new Exception("Ei mahu enam"); } $this->andmed[$this->loendur++]=$plokk; } function kysiHTML(){ if($this->loendur!=$this->ridu*$this->veerge){ throw new Exception("TabelisKuvaja pole täis"); } $t=""; for($rida=0; $rida<$this->ridu; $rida++){ $t.=""; for($veerg=0; $veerg<$this->veerge; $veerg++){ $t.=""; } $t.="\n"; } $t.="
".$this->andmed[$rida*$this->veerge+$veerg]->kysiHTML()."
\n"; return $t; } }