Sulu\Component\Content\Mapper\Translation\TranslatedProperty::__construct PHP Méthode

__construct() public méthode

Constructor.
public __construct ( Sulu\Component\Content\Compat\PropertyInterface $property, $localization, $languageNamespace, $additionalPrefix = null )
$property Sulu\Component\Content\Compat\PropertyInterface
    public function __construct(PropertyInterface $property, $localization, $languageNamespace, $additionalPrefix = null)
    {
        $this->property = $property;
        $this->localization = $localization;
        $this->languageNamespace = $languageNamespace;
        $this->additionalPrefix = $additionalPrefix;
    }