Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 630 | Rev 2824 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 630 Rev 2823
Línea 153... Línea 153...
153
     *
153
     *
154
     * @param Behavior $behaviorType
154
     * @param Behavior $behaviorType
155
     * @return boolean
155
     * @return boolean
156
     */
156
     */
157
    public function update($behaviorType) {
157
    public function update($behaviorType) {
-
 
158
 
-
 
159
        print_r($behaviorType);
158
        $hydrator = new ObjectPropertyHydrator();
160
        $hydrator = new ObjectPropertyHydrator();
159
        $values = $hydrator->extract($behaviorType);
161
        $values = $hydrator->extract($behaviorType);
Línea 160... Línea 162...
160
 
162
 
161
        $update = $this->sql->update(self::_TABLE);
163
        $update = $this->sql->update(self::_TABLE);