コード例 #1
0
ファイル: MassDisable.php プロジェクト: sz-bill/Magento2.x
 /**
  * @param Author $author
  * @return $this
  */
 protected function doTheAction(Author $author)
 {
     $author->setIsActive($this->isActive);
     $author->save();
     return $this;
 }