public function ReportFileSystem::reportTitleCompare in Forena Reports 8
File
- src/
File/ ReportFileSystem.php, line 113
Class
Namespace
Drupal\forena\FileCode
public function reportTitleCompare($a, $b) {
$c = strnatcasecmp($a['title'], $b['title']);
return $c;
}