PHP 클래스 Backend\Modules\ContentBlocks\Command\CopyContentBlocksToOtherLocale

파일 보기 프로젝트 열기: forkcms/forkcms

공개 프로퍼티들

프로퍼티 타입 설명
$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