Proyectos de Subversion LeadersLinked - Services

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 302
Línea 126... Línea 126...
126
        return $this->executeDelete($delete);
126
        return $this->executeDelete($delete);
Línea 127... Línea 127...
127
        
127
        
Línea 128... Línea 128...
128
    }
128
    }
-
 
129
    
-
 
130
    /**
-
 
131
     *
-
 
132
     * @param string $uuid
-
 
133
     * @param string $type
-
 
134
     * @return boolean
-
 
135
     */
-
 
136
    public function deleteByUuidAndType($uuid, $type)
-
 
137
    {
-
 
138
        $delete = $this->sql->delete(self::_TABLE);
-
 
139
        $delete->where->equalTo('uuid', $uuid);
-
 
140
        $delete->where->equalTo('type', $type);
-
 
141
        
-
 
142
        return $this->executeDelete($delete);
-
 
143
        
-
 
144
    }
129
    
145
    
130
    /**
146
    /**
131
     * 
147
     * 
132
     * @return boolean
148
     * @return boolean
133
     */
149
     */