accessor for Widget's HTMLOutputter
This commit is contained in:
parent
376a19f3c1
commit
6e01db2c92
|
@ -80,6 +80,19 @@ class Widget
|
|||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Get HTMLOutputter
|
||||
*
|
||||
* Return the HTMLOutputter for the widget.
|
||||
*
|
||||
* @return HTMLOutputter the output helper
|
||||
*/
|
||||
|
||||
function getOut()
|
||||
{
|
||||
return $this->out;
|
||||
}
|
||||
|
||||
/**
|
||||
* Delegate output methods to the outputter attribute.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user