Jarves\Configuration\Field::setFieldWidth PHP Method

setFieldWidth() public method

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