Public Member Functions | |
| AdminErrorView ($blogInfo) | |
| setMessage ($message) | |
Definition at line 11 of file adminerrorview.class.php.
| 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 :)
| message | The message we are going to show. |
Definition at line 29 of file adminerrorview.class.php.
References View.setValue().