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