[line 36]
Content of the widget is the result of rendering .bif file
This is an Abstract class (should make an 'extends FromDotBif' to use it). Example
class MyClass extends FromDotBif
{
function MyClass($attrs = array()) {
$this->FromDotBif($attrs);
}
}
by default will display Contenido/miclass.bif. With FILENAME and DIRS can chage the default filename to display. NOTE: If there are several dirs (attribute DIRS) will check where file exists.