%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/knwn/wp-content/plugins/admin-columns-pro/classes/Column/Media/
Upload File :
Create Path :
Current File : /var/www/knwn/wp-content/plugins/admin-columns-pro/classes/Column/Media/Comments.php

<?php

namespace ACP\Column\Media;

use AC;
use ACP\Export;
use ACP\Filtering;
use ACP\Search;

/**
 * @since 4.0
 */
class Comments extends AC\Column\Media\Comments
	implements Filtering\Filterable, Export\Exportable, Search\Searchable {

	public function filtering() {
		return new Filtering\Model\Media\Comments( $this );
	}

	public function export() {
		return new Export\Model\Post\Comments( $this );
	}

	public function search() {
		return new Search\Comparison\Post\CommentCount();
	}

}

Zerion Mini Shell 1.0