var $_perfiles;
/**
+ * Identificador del sistema en el cual se esta trabajando.
+ *
* @var int $idSistema
* @access protected
*/
{
$this->_db = $db;
$this->setLogin($login);
+ $this->_idSistema = $idSistema;
if (!is_null($login)) {
$tmp =& new MECON_Usuario(null, $login);
$this->setNrodoc($tmp->getDni());
$this->setNombre($tmp->getNombre());
- $this->_idSistema = $idSistema;
$this->_obtenerDatosDb();
}
}
// -X2C
} // -X2C Class :SAMURAI_Usuario
-?>
+?>
\ No newline at end of file