Index of /old/<?php
namespace Nextend\\Framework\\Pattern;
trait OrderableTrait {
public function getOrdering() {
return isset($this->ordering) ? $this->ordering : 1000000;
}
/**
* @param OrderableTrait[] $items
*
Name Last modified Size Description
Parent Directory -
public static f..> 2026-07-09 21:03 -