Ajax::snackbar( string $msg )

Description #

Add snackbar.

Parameters #

  • $msg
    string (Required) Snackbar message.

Source #

File: classes/ajax.php

	public function snackbar( $msg ) {
		$this->res['snackbar'] = array(
			'message' => $msg,
		);
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment