コード例 #1
0
ファイル: MassDelete.php プロジェクト: pleminh/Gemtoo
 /**
  * @param Article $article
  * @return $this
  */
 protected function doTheAction(Article $article)
 {
     $article->delete();
     return $this;
 }