Searched refs:xmlRootPrefix (Results 1 – 7 of 7) sorted by relevance
49 public $xmlRootPrefix; variable in JMS\\Serializer\\Metadata\\ClassMetadata296 'xmlRootPrefix' => $this->xmlRootPrefix,353 $this->xmlRootPrefix = $unserialized['xmlRootPrefix'];
86 if (null !== $xmlRootPrefix = $elem->attributes()->{'xml-root-prefix'}) {87 $metadata->xmlRootPrefix = (string) $xmlRootPrefix;
308 $metadata->xmlRootPrefix = (string) $config['xml_root_prefix'];
98 $classMetadata->xmlRootPrefix = $annot->prefix;
34 $meta->xmlRootPrefix = 'foo';
108 $rootPrefix = $metadata->xmlRootPrefix;
12 - xmlRootPrefix missing from unserialized metadata [\#1050](https://github.com/schmittjoh/serialize…25 - xmlRootPrefix missing from unserialized metadata [\#1053](https://github.com/schmittjoh/serialize…