PHP Class Backend\Modules\ContentBlocks\Command\UpdateContentBlock

Show file Open project: forkcms/forkcms

Public Properties

Property Type Description
$contentBlock Backend\Modules\ContentBlocks\Entity\ContentBlock
$isVisible boolean
$template string
$text string
$title string

Public Methods

Method Description
__construct ( ContentBlock $contentBlock )

Method Details

__construct() public method

public __construct ( ContentBlock $contentBlock )
$contentBlock Backend\Modules\ContentBlocks\Entity\ContentBlock

Property Details

$contentBlock public property

public ContentBlock,Backend\Modules\ContentBlocks\Entity $contentBlock
return Backend\Modules\ContentBlocks\Entity\ContentBlock

$isVisible public property

public bool $isVisible
return boolean

$template public property

public string $template
return string

$text public property

public string $text
return string

$title public property

public string $title
return string