Beispiel #1
0
 /**
  * @param Author $author
  * @return $this
  */
 protected function doTheAction(Author $author)
 {
     $author->setIsActive($this->isActive);
     $author->save();
     return $this;
 }