Ejemplo n.º 1
0
 /**
  * Removes all items from the blocking-list.
  */
 static function unblock_all()
 {
     self::$blocked = array();
 }