Ojs\CoreBundle\Entity\TranslateableTrait::setCurrentTranslation PHP Method

setCurrentTranslation() public method

public setCurrentTranslation ( Prezent\Doctrine\Translatable\TranslationInterface $currentTranslation )
$currentTranslation Prezent\Doctrine\Translatable\TranslationInterface
    public function setCurrentTranslation(TranslationInterface $currentTranslation)
    {
        $this->currentTranslation = $currentTranslation;
        return $this;
    }