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