hasWidth() public méthode

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