Inline
class Inline extends Component
Properties
$class | |||
$style | |||
$tag | |||
$area | |||
$content |
Methods
void
__construct($area, $class = null, $style = null, $is = null)
Create a new component instance.
tag()
No description
id()
No description
value()
No description
shouldRender()
No description
View|string
render()
Get the view / contents that represent the component.
Details
at line 20
void
__construct($area, $class = null, $style = null, $is = null)
Create a new component instance.
at line 33
tag()
at line 41
id()
at line 45
value()
at line 49
shouldRender()
at line 59
View|string
render()
Get the view / contents that represent the component.