hasWidth() public method

Test if image has defined width
public hasWidth ( ) : boolean
return boolean
 public function hasWidth()
 {
     $this->__load();
     return parent::hasWidth();
 }