PHP Class Backend\Modules\ContentBlocks\Command\CopyContentBlocksToOtherLocale

Afficher le fichier Open project: forkcms/forkcms

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__construct ( Locale $toLocale, Locale $fromLocale = null )

Method Details

__construct() public méthode

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

Property Details

$extraIdMap public_oe property

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

$fromLocale public_oe property

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

$toLocale public_oe property

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