source); } /** * {@inheritdoc} */ public function isTranslation() { return FALSE; } /** * {@inheritdoc} */ public function getString() { return isset($this->source) ? $this->source : ''; } /** * {@inheritdoc} */ public function setString($string) { $this->source = $string; return $this; } /** * {@inheritdoc} */ public function isNew() { return empty($this->lid); } }