/**
  * This function should be implemented by the extension if there are objects
  * to announce to Symphony.
  *
  * @since Symphony 2.5.0
  * @return boolean
  */
 public static function registerProviders()
 {
     self::$provides = array();
     return true;
 }