Agile Toolkit
4.2
Agile Toolkit is a powerful web development framework. Inspired by GUI Applications development
|
Public Member Functions | |
set ($text) | |
sub ($text) | |
recursiveRender () | |
Data Fields | |
$text = null | |
$sub = null |
recursiveRender | ( | ) |
Recursively renders all views. Calls render() for all or for the one being cut. In some cases you may want to redefine this function instead of render(). The difference is that this function is called before sub-views are rendered, but render() is called after.
function recursiveRender(){ $this->add('Text')->set('test'); return parent::recursiveRender(); }
Reimplemented from AbstractView.
sub | ( | $ | text | ) |
Adds subtitle
$sub = null |
$text = null |