How to manually set Symfony command sorting order? -
is possible set sort order symfony commands manually? such as
$this ->setname('say:hello') ->setdescription('example description') ->setorder(1);
i want sorting commands manually instead of sorting desc name default.
thanks.
here api:
http://api.symfony.com/3.3/symfony/bundle/frameworkbundle/command/containerawarecommand.html
i don't see method in api. answer no.
Comments
Post a Comment