string bir veriyi sort etmeye çalışıyorsunuz

if ($this->handle = opendir($folder)) {
while (false !== ($this->file = readdir($this->handle))) {
array_push($this->files,$this->file);

}

bu satırın altında
sort($this->files);
dene sene erhan