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.

Parameters

$area
$class
$style
$is

Return Value

void

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.

Return Value

View|string