CodeExplorer addTranslationWithSuffix example
if ($context->
getShop()->
isDefault()) { return;
} if ($joinCondition === null
) { $joinCondition =
$fromPart . '.id';
} if ($selectName === null
) { $selectName = '__' .
$fromPart . '_translation';
} $this->
addTranslationWithSuffix( $fromPart,
$joinCondition,
$translationType,
$selectName,
$query,
$context->
getShop()->
getId() );
if ($context->
getShop()->
getFallbackId() !==
$context->
getShop()->
getId()) { $this->
addTranslationWithSuffix( $fromPart,