%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/klubovnaostrava/test2/wp-content/plugins/nextgen-gallery/src/Admin/Notifications/
Upload File :
Create Path :
Current File : //www/klubovnaostrava/test2/wp-content/plugins/nextgen-gallery/src/Admin/Notifications/Wrapper.php

<?php

namespace Imagely\NGG\Admin\Notifications;

class Wrapper {

	public $_name;
	public $_data;

	public function __construct( $name, $data ) {
		$this->_name = $name;
		$this->_data = $data;
	}

	public function is_renderable() {
		return true;
	}

	public function is_dismissable() {
		return true;
	}

	public function render() {
		return $this->_data['message'];
	}
}

Zerion Mini Shell 1.0