You are here

public function ReportFileSystem::reportTitleCompare in Forena Reports 8

File

src/File/ReportFileSystem.php, line 113

Class

ReportFileSystem

Namespace

Drupal\forena\File

Code

public function reportTitleCompare($a, $b) {
  $c = strnatcasecmp($a['title'], $b['title']);
  return $c;
}