PHP 클래스 App\services\OptionFormTextarea

파일 보기 프로젝트 열기: printempw/blessing-skin-server

보호된 프로퍼티들

프로퍼티 타입 설명
$description
$id
$rows
$value

공개 메소드들

메소드 설명
__construct ( $id )
render ( )
setContent ( $content )
setDescription ( $description )
setRows ( $rows )

메소드 상세

__construct() 공개 메소드

public __construct ( $id )

render() 공개 메소드

public render ( )

setContent() 공개 메소드

public setContent ( $content )

setDescription() 공개 메소드

public setDescription ( $description )

setRows() 공개 메소드

public setRows ( $rows )

프로퍼티 상세

$description 보호되어 있는 프로퍼티

protected $description

$id 보호되어 있는 프로퍼티

protected $id

$rows 보호되어 있는 프로퍼티

protected $rows

$value 보호되어 있는 프로퍼티

protected $value