• File: post_type.php
  • Full Path: /home/dealkatnwc/www/wp-content/plugins/types/application/models/information/message/post_type.php
  • Date Modified: 02/11/2019 2:36 PM
  • File size: 269 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

/*
 * unused class
 */
class Types_Information_Message_Post_Type extends Types_Information_Message {

	private $post_type;

	// dependency injection for post type
	public function __construct( Types_Post_Type $post_type ) {
		$this->post_type = $post_type;
	}

}