public function __construct() { parent::__construct(); $this->forms = array(); $this->aaData = array(); $this->iTotalRecords = 0; $this->iTotalDisplayRecords = 0; }
public function __construct() { parent::__construct(); $this->entities = array(); $this->count = 0; }
public function __construct() { parent::__construct(); }
public function __construct($flash_type = NULL) { parent::__construct(); $this->flash_type = $flash_type; }