/**
  * No LSB in pre-5.3 PHP *sigh*.
  * This is to be refactored as soon as php >=5.3 becomes acceptable.
  */
 public static function staticMagic(array &$magicWords, $langCode)
 {
     $instance = new self();
     return $instance->magic($magicWords, $langCode);
 }