getWidth() public method

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