PHP Class Backend\Modules\ContentBlocks\Command\CreateContentBlock

Afficher le fichier Open project: forkcms/forkcms

Méthodes publiques

Свойство Type Description
$contentBlock Backend\Modules\ContentBlocks\Entity\ContentBlock
$isVisible boolean
$language Backend\Core\Language\Locale
$template string
$text string
$title string
$userId integer

Méthodes publiques

Méthode Description
__construct ( Locale $language = null )

Method Details

__construct() public méthode

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

Property Details

$contentBlock public_oe property

public ContentBlock,Backend\Modules\ContentBlocks\Entity $contentBlock
Résultat Backend\Modules\ContentBlocks\Entity\ContentBlock

$isVisible public_oe property

public bool $isVisible
Résultat boolean

$language public_oe property

public Locale,Backend\Core\Language $language
Résultat Backend\Core\Language\Locale

$template public_oe property

public string $template
Résultat string

$text public_oe property

public string $text
Résultat string

$title public_oe property

public string $title
Résultat string

$userId public_oe property

public int $userId
Résultat integer