Example #1
0
 /**
  * Purges a list of pages. Shortcut for {@link Wiki::purge()}
  *
  * @see Wiki::purge()
  * @return boolean
  */
 public function purge()
 {
     return $this->wiki->purge($this->title);
 }