Jarves\Configuration\Field::setWidth PHP Метод

setWidth() публичный Метод

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