Home
last modified time | relevance | path

Searched refs:_sorts (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php105 protected $_sorts = []; variable in Hoa\\File\\Finder
535 $this->_sorts[] = function (\SplFileInfo $a, \SplFileInfo $b) use ($collator) {
539 $this->_sorts[] = function (\SplFileInfo $a, \SplFileInfo $b) {
556 $this->_sorts[] = function (\SplFileInfo $a, \SplFileInfo $b) {
578 $this->_sorts[] = $callable;
735 return $this->_sorts;