Searched refs:AccessorOrder (Results 1 – 5 of 5) sorted by relevance
15 final class AccessorOrder class
7 use JMS\Serializer\Annotation\AccessorOrder; alias
151 @AccessorOrder160 use JMS\Serializer\Annotation\AccessorOrder;163 * @AccessorOrder("alphabetical")174 * @AccessorOrder("custom", custom = {"name", "id"})185 * @AccessorOrder("custom", custom = {"name", "someMethod" ,"id"})273 **Note**: AccessorOrder will be using the name of the property to determine the order.
9 use JMS\Serializer\Annotation\AccessorOrder; alias107 } elseif ($annot instanceof AccessorOrder) {
463 - AccessorOrder is ignored [\#501](https://github.com/schmittjoh/serializer/issues/501)476 - VirtualProperty\(s\) are ignored with AccessorOrder [\#349](https://github.com/schmittjoh/seriali…813 - \[doc\] fix AccessorOrder documentation [\#553](https://github.com/schmittjoh/serializer/pull/553…