getWidth() public method

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