PHP 클래스 App\services\OptionFormItem

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

공개 프로퍼티들

프로퍼티 타입 설명
$id
$title
$type

보호된 프로퍼티들

프로퍼티 타입 설명
$content
$data
$hint

공개 메소드들

메소드 설명
__construct ( $id, $title, $type = "" )
get ( $key )
hint ( $hint_content )
render ( )
set ( $key, $value )
setContent ( $content )

메소드 상세

__construct() 공개 메소드

public __construct ( $id, $title, $type = "" )

get() 공개 메소드

public get ( $key )

hint() 공개 메소드

public hint ( $hint_content )

render() 공개 메소드

public render ( )

set() 공개 메소드

public set ( $key, $value )

setContent() 공개 메소드

public setContent ( $content )

프로퍼티 상세

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

protected $content

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

protected $data

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

protected $hint

$id 공개적으로 프로퍼티

public $id

$title 공개적으로 프로퍼티

public $title

$type 공개적으로 프로퍼티

public $type