eZ\Publish\Core\MVC\Symfony\Translation\FieldTypesTranslationExtractor::__construct PHP Метод

__construct() публичный Метод

public __construct ( FieldTypeCollectionFactory $fieldTypeCollectionFactory )
$fieldTypeCollectionFactory eZ\Publish\Core\Base\Container\ApiLoader\FieldTypeCollectionFactory
    public function __construct(FieldTypeCollectionFactory $fieldTypeCollectionFactory)
    {
        $this->fieldTypeCollectionFactory = $fieldTypeCollectionFactory;
    }
FieldTypesTranslationExtractor