setWidth() public method

Set width
public setWidth ( integer $width ) : void
$width integer
return void
コード例 #1
0
 public function setWidth($width)
 {
     $this->__load();
     return parent::setWidth($width);
 }