Jarves\Configuration\Field::setFieldType PHP Method

setFieldType() public method

public setFieldType ( Jarves\Admin\FieldTypes\TypeInterface $fieldType )
$fieldType Jarves\Admin\FieldTypes\TypeInterface
    public function setFieldType($fieldType)
    {
        $this->fieldType = $fieldType;
    }
Field