Exemplo n.º 1
0
 public function initInfo()
 {
     parent::initInfo();
     $info = getimagesize($this->getPath());
     $this->width = $info[0];
     $this->height = $info[1];
     $this->mime = $info['mime'];
 }