PHP Class App\services\OptionFormTextarea

ファイルを表示 Open project: printempw/blessing-skin-server

Protected Properties

Property Type Description
$description
$id
$rows
$value

Public Methods

Method Description
__construct ( $id )
render ( )
setContent ( $content )
setDescription ( $description )
setRows ( $rows )

Method Details

__construct() public method

public __construct ( $id )

render() public method

public render ( )

setContent() public method

public setContent ( $content )

setDescription() public method

public setDescription ( $description )

setRows() public method

public setRows ( $rows )

Property Details

$description protected_oe property

protected $description

$id protected_oe property

protected $id

$rows protected_oe property

protected $rows

$value protected_oe property

protected $value