Пример #1
0
 /**
  * @return ContentFormattingService
  */
 public static function get_content_formatting_service()
 {
     if (self::$content_formatting_service === null) {
         self::$content_formatting_service = new ContentFormattingService();
     }
     return self::$content_formatting_service;
 }