PHP Class Backend\Modules\ContentBlocks\Command\CreateContentBlock

Datei anzeigen Open project: forkcms/forkcms

Public Properties

Property Type Description
$contentBlock Backend\Modules\ContentBlocks\Entity\ContentBlock
$isVisible boolean
$language Backend\Core\Language\Locale
$template string
$text string
$title string
$userId integer

Public Methods

Method Description
__construct ( Locale $language = null )

Method Details

__construct() public method

public __construct ( Locale $language = null )
$language Backend\Core\Language\Locale

Property Details

$contentBlock public_oe property

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

$isVisible public_oe property

public bool $isVisible
return boolean

$language public_oe property

public Locale,Backend\Core\Language $language
return Backend\Core\Language\Locale

$template public_oe property

public string $template
return string

$text public_oe property

public string $text
return string

$title public_oe property

public string $title
return string

$userId public_oe property

public int $userId
return integer