Example #1
0
 /**
  * Sets the Title.
  *
  * @param string $title Title
  *
  * @return void
  */
 public function setTitle($title)
 {
     $this->article->setField('title', $title);
     $this->product->setField('title', $title);
 }