NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminErrorView Class Reference
[View]

Inherits AdminTemplatedView.

List of all members.


Public Member Functions

 AdminErrorView ($blogInfo)
 setMessage ($message)

Detailed Description

Shows an error message to the user

Definition at line 11 of file adminerrorview.class.php.


Member Function Documentation

AdminErrorView.AdminErrorView ( blogInfo  ) 

This initializes the class, but normally we'll only have to initialize the parent

Definition at line 17 of file adminerrorview.class.php.

References $blogInfo, and AdminTemplatedView.AdminTemplatedView().

AdminErrorView.setMessage ( message  ) 

Sets the error message. This method is equivalent of typing $errorView->setValue( "message", "whatever-message-..." ), but using this we type less :)

Parameters:
message The message we are going to show.

Definition at line 29 of file adminerrorview.class.php.

References View.setValue().