It's currently not possible using CollectionTool to performing ordering of xobjects based on their attributes, because the Object API only gives a #get() method and CollectionTool is looking for a getter with the attribute name. So we end up with error like that:
It would be handy to improve it to allow retrieve values from those #get() methods for sorting comparison. |