Quote Originally Posted by swguy View Post
In the constructor, after setting sort_order and enabled, you should do a check:

if (null === $this->sort_order) return;

....
i only write code that conforms to the PSR-12 standard...