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