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