コード例 #1
0
ファイル: Drafts.hooks.php プロジェクト: yusufchang/app
 /**
  * SpecialMovepageAfterMove hook
  */
 public static function move($this, $ot, $nt)
 {
     // Update all drafts of old article to new article for all users
     Drafts::move($ot, $nt);
     // Continue
     return true;
 }