PHP Class Backend\Modules\ContentBlocks\Command\CopyContentBlocksToOtherLocale

Datei anzeigen Open project: forkcms/forkcms

Public Properties

Property 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

Public Methods

Method Description
__construct ( Locale $toLocale, Locale $fromLocale = null )

Method Details

__construct() public method

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
return Backend\Core\Language\Locale

$toLocale public_oe property

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