Searched defs:setAccessor (Results 1 – 4 of 4) sorted by relevance
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/ | ||
H A D | VirtualPropertyMetadata.php | 23 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void function in JMS\\Serializer\\Metadata\\VirtualPropertyMetadata |
H A D | ExpressionPropertyMetadata.php | 33 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void function in JMS\\Serializer\\Metadata\\ExpressionPropertyMetadata |
H A D | StaticPropertyMetadata.php | 38 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void function in JMS\\Serializer\\Metadata\\StaticPropertyMetadata |
H A D | PropertyMetadata.php | 154 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void function in JMS\\Serializer\\Metadata\\PropertyMetadata |