Documentation

Contactno extends Component
in package

Table of Contents

$class  : string
$hint  : string|null
$icon  : string
$id  : string
$label  : string|null
$name  : string
$pattern  : string
$placeholder  : string|null
$type  : string
$value  : string|null
__construct()  : mixed
Create a new component instance
render()  : View|string
Get the view / contents that represent the component.

Properties

$placeholder

public string|null $placeholder = null

Methods

__construct()

Create a new component instance

public __construct(string $name[, string $value = null ][, string $type = null ][, string $id = null ][, mixed $label = null ][, string $classes = null ][, string $hint = null ]) : mixed
Parameters
$name : string
$value : string = null
$type : string = null
  • support, helpline, work, office, mobile, personal, home, other
$id : string = null
$label : mixed = null
$classes : string = null
$hint : string = null
Return values
mixed

render()

Get the view / contents that represent the component.

public render() : View|string
Return values
View|string

Search results