BxDolFilesModule::serviceResponseProfileDelete PHP Method

serviceResponseProfileDelete() public method

public serviceResponseProfileDelete ( $oAlert )
    function serviceResponseProfileDelete($oAlert)
    {
        if (!($iProfileId = (int) $oAlert->iObject)) {
            return false;
        }
        $this->serviceDeleteProfileData($iProfileId);
        $this->serviceDeleteProfileAlbums($iProfileId);
        return true;
    }