FileName.php
281 Bytes
<?php
namespace ACP\Column\Media;
use AC;
use ACP\Sorting;
class FileName extends AC\Column\Media\FileName
implements Sorting\Sortable {
public function sorting() {
return new Sorting\Model\Post\MetaFormat( new Sorting\FormatValue\FileName(), $this->get_meta_key() );
}
}