Radio
extends Base
in package
Table of Contents
Properties
- $fd : mixed
Methods
- __construct() : mixed
- getTemplate() : mixed
- Central method to generate a new theme object so that we can centralize and inject variables into the library
- image() : mixed
- Renders a radio form with image together
- standard() : mixed
- Renders a simple radio form
Properties
$fd
protected
mixed
$fd
= null
Methods
__construct()
public
__construct(mixed $fd) : mixed
Parameters
- $fd : mixed
getTemplate()
Central method to generate a new theme object so that we can centralize and inject variables into the library
public
getTemplate() : mixed
Tags
image()
Renders a radio form with image together
public
image(mixed $url, mixed $name[, mixed $checked = false ][, mixed $value = 1 ][, mixed $id = null ][, mixed $label = '' ][, mixed $options = [] ]) : mixed
Parameters
- $url : mixed
- $name : mixed
- $checked : mixed = false
- $value : mixed = 1
- $id : mixed = null
- $label : mixed = ''
- $options : mixed = []
Tags
standard()
Renders a simple radio form
public
standard(mixed $name[, mixed $checked = false ][, mixed $value = 1 ][, mixed $id = null ][, mixed $label = '' ][, mixed $options = [] ]) : mixed
Parameters
- $name : mixed
- $checked : mixed = false
- $value : mixed = 1
- $id : mixed = null
- $label : mixed = ''
- $options : mixed = []