%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/knwn/wp-content/plugins/admin-columns-pro/classes/QuickAdd/Model/
Upload File :
Create Path :
Current File : /var/www/knwn/wp-content/plugins/admin-columns-pro/classes/QuickAdd/Model/PostFactory.php

<?php

namespace ACP\QuickAdd\Model;

use AC\ListScreen;
use ACP\ListScreen\Post;

class PostFactory implements ModelFactory {

	public function create( ListScreen $list_screen ) {
		return $list_screen instanceof Post
			? new Create\Post( $list_screen->get_post_type() )
			: null;
	}

}

Zerion Mini Shell 1.0