Placeholder widget implementation for widgets that fail to load, or otherwise instatiate. More...
Public Member Functions | |
__construct ($model, Exception $exc=null) | |
Builds a new Dead_Widget. | |
get_exception_message () | |
get_metadata () | |
Return the default friendly name for the widget type default to the model name, but should be overridden by widgets. | |
index () | |
Print the widget contents here. |
Placeholder widget implementation for widgets that fail to load, or otherwise instatiate.
Dead_Widget::get_exception_message | ( | ) |
Dead_Widget::get_metadata | ( | ) |
Return the default friendly name for the widget type default to the model name, but should be overridden by widgets.
Reimplemented from widget_Base.
Dead_Widget::index | ( | ) |
Print the widget contents here.
Concrete widgets typically want to override this.
Reimplemented from widget_Base.