Closed clue closed 5 years ago
// old $vertices->getVerticesOrder(Vertices::ORDER_ID); // new $vertices->getVerticesOrder(function (Vertex $vertex) { return $vertex->getId(); });
Among others, this is done in preparation for #114 (also refs #131). Builds on top of #180 and #179.
Among others, this is done in preparation for #114 (also refs #131). Builds on top of #180 and #179.