Searched refs:MethodMetadata (Results 1 – 8 of 8) sorted by relevance
/plugin/findologicxmlexport/vendor/jms/metadata/tests/ |
H A D | MethodMetadataTest.php | 7 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 D | ClassMetadata.php | 23 * @var MethodMetadata[] 48 public function addMethodMetadata(MethodMetadata $metadata): void
|
H A D | MethodMetadata.php | 15 class MethodMetadata implements \Serializable class
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/ |
H A D | ClassMetadata.php | 13 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 D | XmlDriver.php | 21 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 D | AnnotationDriver.php | 49 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 D | YamlDriver.php | 20 use Metadata\MethodMetadata; alias 367 $methods[] = new MethodMetadata($class->name, $name);
|
/plugin/findologicxmlexport/vendor/jms/metadata/ |
H A D | README.md | 24 specific properties, and flags: ``ClassMetadata``, ``MethodMetadata``, and
|