Esempio n. 1
0
 public function purgeFiles($time)
 {
     $wiki_attachment = new PHPWikiAttachment();
     $wiki_attachment->purgeAttachments($time);
 }
Esempio n. 2
0
 public function purgeFiles($params)
 {
     $wiki_attachment = new PHPWikiAttachment();
     $wiki_attachment->purgeAttachments($params['time']);
 }