CrudKit\Form\DateTimeFormItem::renderInternal PHP Метод

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

public renderInternal ( )
    public function renderInternal()
    {
        $directives = $this->getAngularDirectives();
        return <<<COMP
        <div class="input-group">
        <input type="date" {$directives}/>
        </div>
COMP;
    }
DateTimeFormItem