getWidth() public méthode

Get width
public getWidth ( ) : integer
Résultat integer
 public function getWidth()
 {
     $this->__load();
     return parent::getWidth();
 }