Esempio n. 1
0
 /**
  * Constructor.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->paginator = NULL;
 }
Esempio n. 2
0
 /**
  * Constructor.
  *
  * Sets up the smarty object for this module.
  */
 function __construct($id, $page)
 {
     parent::__construct($id, $page);
     $this->name = $id;
     $this->bindings = array();
     $this->errors = array();
     $this->hasRestoredState = false;
     $this->formatter = NULL;
     $this->value = NULL;
     $this->hidden = false;
     $this->class = NULL;
     $this->widgetLabel = NULL;
     $this->tabIndex = NULL;
 }