PHP Class App\services\OptionFormItem

Afficher le fichier Open project: printempw/blessing-skin-server

Méthodes publiques

Свойство Type Description
$id
$title
$type

Protected Properties

Свойство Type Description
$content
$data
$hint

Méthodes publiques

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

Method Details

__construct() public méthode

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

get() public méthode

public get ( $key )

hint() public méthode

public hint ( $hint_content )

render() public méthode

public render ( )

set() public méthode

public set ( $key, $value )

setContent() public méthode

public setContent ( $content )

Property Details

$content protected_oe property

protected $content

$data protected_oe property

protected $data

$hint protected_oe property

protected $hint

$id public_oe property

public $id

$title public_oe property

public $title

$type public_oe property

public $type