Jarves\Configuration\Field::setWidth PHP Method

setWidth() public method

public setWidth ( integer | string $width )
$width integer | string
    public function setWidth($width)
    {
        $this->width = $width;
    }
Field