PHP Class App\services\OptionFormItem

Show file Open project: printempw/blessing-skin-server

Public Properties

Property Type Description
$id
$title
$type

Protected Properties

Property Type Description
$content
$data
$hint

Public Methods

Method Description
__construct ( $id, $title, $type = "" )
get ( $key )
hint ( $hint_content )
render ( )
set ( $key, $value )
setContent ( $content )

Method Details

__construct() public method

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

get() public method

public get ( $key )

hint() public method

public hint ( $hint_content )

render() public method

public render ( )

set() public method

public set ( $key, $value )

setContent() public method

public setContent ( $content )

Property Details

$content protected property

protected $content

$data protected property

protected $data

$hint protected property

protected $hint

$id public property

public $id

$title public property

public $title

$type public property

public $type