PHP Класс Backend\Modules\ContentBlocks\Command\CopyContentBlocksToOtherLocale

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$extraIdMap this is used to be able to convert the old ids to the new ones if used in other places
$fromLocale Backend\Core\Language\Locale
$toLocale Backend\Core\Language\Locale

Открытые методы

Метод Описание
__construct ( Locale $toLocale, Locale $fromLocale = null )

Описание методов

__construct() публичный Метод

public __construct ( Locale $toLocale, Locale $fromLocale = null )
$toLocale Backend\Core\Language\Locale
$fromLocale Backend\Core\Language\Locale

Описание свойств

$extraIdMap публичное свойство

this is used to be able to convert the old ids to the new ones if used in other places
public $extraIdMap

$fromLocale публичное свойство

public Locale,Backend\Core\Language $fromLocale
Результат Backend\Core\Language\Locale

$toLocale публичное свойство

public Locale,Backend\Core\Language $toLocale
Результат Backend\Core\Language\Locale