PHP 클래스 Pop\Form\Element\Textarea

저자: Nick Sagona, III ([email protected])
상속: extends Pop\Form\Element\AbstractElement
파일 보기 프로젝트 열기: nicksagona/PopPHP 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $name, string $value = null, string | array $marked = null, string $indent = null ) : Textarea Constructor

메소드 상세

__construct() 공개 메소드

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
리턴 Textarea