19declare(strict_types=1);
36 $a_title = $this->resource_builder->get(
$a)->getCurrentRevision()->getInformation()->
getTitle();
37 $b_title = $this->resource_builder->get(
$b)->getCurrentRevision()->getInformation()->
getTitle();
38 return strcmp($a_title, $b_title);
40 return $identifications;
Class AbstractBaseSorter.
sortResourceIdentification(array $identifications)
Class ResourceIdentification.
Interface CollectionSorter.
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples