/**
  * @param $keys
  */
 public static function unsetPlaceholders($keys)
 {
     self::$modx->unsetPlaceholders($keys);
 }