setHeight() public method

Set height
public setHeight ( integer $height ) : void
$height integer
return void
 public function setHeight($height)
 {
     $this->__load();
     return parent::setHeight($height);
 }