Sulu\Component\Content\Query\ContentQueryBuilder::getTranslatedProperty PHP Method

getTranslatedProperty() protected method

Returns a translated property.
protected getTranslatedProperty ( Sulu\Component\Content\Compat\PropertyInterface $property, $locale )
$property Sulu\Component\Content\Compat\PropertyInterface
    protected function getTranslatedProperty(PropertyInterface $property, $locale)
    {
        return new TranslatedProperty($property, $locale, $this->languageNamespace);
    }