Home
last modified time | relevance | path

Searched refs:MethodMetadata (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMethodMetadataTest.php7 use Metadata\MethodMetadata; alias
15 $metadata = new MethodMetadata('Metadata\Tests\Fixtures\TestObject', 'setFoo');
26 $metadata = new MethodMetadata('Metadata\Tests\Fixtures\TestObject', 'setFoo');
34 $metadata = new MethodMetadata('Metadata\Tests\Fixtures\TestObject', 'setFoo');
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DClassMetadata.php23 * @var MethodMetadata[]
48 public function addMethodMetadata(MethodMetadata $metadata): void
H A DMethodMetadata.php15 class MethodMetadata implements \Serializable class
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php13 use Metadata\MethodMetadata; alias
186 public function addPreSerializeMethod(MethodMetadata $method): void
191 public function addPostSerializeMethod(MethodMetadata $method): void
196 public function addPostDeserializeMethod(MethodMetadata $method): void
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php21 use Metadata\MethodMetadata; alias
350 … $metadata->addPreSerializeMethod(new MethodMetadata($name, (string) $method->attributes()->name));
354 …$metadata->addPostSerializeMethod(new MethodMetadata($name, (string) $method->attributes()->name));
358 …$metadata->addPostDeserializeMethod(new MethodMetadata($name, (string) $method->attributes()->name…
H A DAnnotationDriver.php49 use Metadata\MethodMetadata; alias
139 $classMetadata->addPreSerializeMethod(new MethodMetadata($name, $method->name));
142 … $classMetadata->addPostDeserializeMethod(new MethodMetadata($name, $method->name));
145 … $classMetadata->addPostSerializeMethod(new MethodMetadata($name, $method->name));
H A DYamlDriver.php20 use Metadata\MethodMetadata; alias
367 $methods[] = new MethodMetadata($class->name, $name);
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md24 specific properties, and flags: ``ClassMetadata``, ``MethodMetadata``, and