Newscoop\Entity\Translation::__construct PHP Method

__construct() public method

public __construct ( integer $phraseId )
$phraseId integer Current phrase id for translations from autoid table.
    public function __construct($phraseId)
    {
        $this->setPhraseId($phraseId);
    }