function BxDolXMLRPCProfileView($iProfileId, $iViewerId = 0)
 {
     BxBaseProfileGenerator::BxBaseProfileGenerator((int) $iProfileId);
     $this->_iViewerId = $iViewerId;
 }
 function BxDolXMLRPCProfileView($iProfileId)
 {
     BxBaseProfileGenerator::BxBaseProfileGenerator((int) $iProfileId);
 }