Height.php 237 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 <?php namespace ACP\Column\Media; use AC; use ACP\Sorting; /** * @since 4.0 */ class Height extends AC\Column\Media\Height implements Sorting\Sortable { public function sorting() { return new Sorting\Model\Media\Height(); } }