value = $value; return $this; } /** * @param Fluent $model * @return AbstractField $this */ public function setModel($model) { $this->model = $model; return $this; } /** * @return mixed */ abstract public function render(); }