Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Pop
Form
Element
Radio
PHP Class Pop\Form\Element\Radio
Author:
Nick Sagona, III (
[email protected]
)
Inheritance:
extends
Pop\Form\Element
Mostrar archivo
Open project: nicksagona/PopPHP
Class Usage Examples
Public Methods
Method
Description
__construct
(
string
$name
,
string
|
array
$value
= null,
string
|
array
$marked
= null,
string
$indent
= null ) :
Radio
Constructor
Method Details
__construct()
public
method
Instantiate the radio form element object.
public
__construct
(
string
$name
,
string
|
array
$value
= null,
string
|
array
$marked
= null,
string
$indent
= null ) :
Radio
$name
string
$value
string
|
array
$marked
string
|
array
$indent
string
return
Radio