Beispiel #1
0
 protected function setUndefinedSize(){
     parent::setUndefinedSize();
     if ($this->width == null) {
         $this->width = 1;
     }
     if ($this->height == null) {
         $this->height = 1;
     }
 }