LazyRecord\Schema\DeclareColumn::renderAs PHP Метод

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

public renderAs ( $renderAs, array $widgetAttributes = [] )
$widgetAttributes array
    public function renderAs($renderAs, array $widgetAttributes = array())
    {
        $this->renderAs = $renderAs;
        $this->widgetAttributes = $widgetAttributes;
        return $this;
    }