Namespaces
Atk4
Core
Data
Ui
App
Behat
Exception
Form
Control
Layout
HtmlTemplate
Js
Layout
Misc
Panel
Persistence
Table
UserAction
VueComponent
Classes
Calendar
Checkbox
Dropdown
DropdownCascade
Hidden
Input
Line
Lookup
Money
Multiline
Password
Radio
ScopeBuilder
Textarea
TreeItemSelector
Upload
UploadImage
Overview
Namespace
Class
Tree
1:
<?php
2:
3:
declare
(strict_types=
1
);
4:
5:
namespace
Atk4\Ui\Form\Control;
6:
7:
class
Line
extends
Input
8:
{
9:
public
string
$inputType
=
'text'
;
10:
}
11: