HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/dodolodge-net/wp-content/plugins/wpml-string-translation/classes/MO/File/Builder.php
<?php


namespace WPML\ST\MO\File;

use WPML\ST\TranslationFile\StringEntity;

class Builder extends \WPML\ST\TranslationFile\Builder {

	/** @var Generator */
	private $generator;

	public function __construct( Generator $generator ) {
		$this->generator = $generator;
	}
	
	/**
	 * @param StringEntity[] $strings
	 * @return string
	 */
	public function get_content( array $strings ) {
		return $this->generator->getContent( $strings );
	}
}